Site logo

Archived topic

Elements - secondary menu

5 replies · Started by Royal Rangers on October 1, 2020

Viewing posts 1–6 of 6

Hi, how I can change a color in secondary menu on specific page? I try creat a hook - generate inside secondary navigation and insert:
<style>
.main-navigation .main-nav ul ul ul li a {
background-color: #000;
color: #ffffff;
}
</style>

Doesn´t work. Whats wrong?

Hi Jan,

To clarify, I believe you're trying to change the color of the social icon links?

If so, the correct CSS selector for it is .secondary-navigation .main-nav ul li a.

You can try this out.

.secondary-navigation .main-nav ul li a {
background-color: #000;
color: #ffffff;
}

Oh, I didn´t change main to secondary. Sorry :)

Oh, I didn´t change main to secondary. Sorry 🙂

have you solved it? Let us know how it goes.

Yes. It´s work.

Yes. It´s work.

Nice one. Good to know. :)

Feel free to open up a new topic if you have any other questions.

Have a great day. :D

This archived topic is closed to new replies.