Hello,
We have a Block – Hook in generate_after_primary_menu
The content of the block is created by a language plugin
<a href="#" class="nturl notranslate es Spanish single-language flag" title="Spanish" data-lang="Spanish">Cas</a>
To change the link properties we use:
a.single-language {
font-size: small;
font-weight: 300;
color: #222;
}
up to here everything is fine, BUT…
We also use a Header element “Merged with Content” in homepage, and another in pages.
We need the link color of a.single-language to white in the navigation of this header elements. (see images)
how can we apply a different style to this link when it is in the Header element “Merged with Content”, from when it is in the normal navigation menu or in the sticky menu?
Thanks