Menu Categories Colors

Posted in: Newspaper
Post count: 53

Hi,

I was able to configure the menu so that each category had a different color. But I’m not able to set the color of the category when we go to the category page.
Homepage: https://cubogeek.pt/
“Filmes” page: https://cubogeek.pt/filmes/

Can you help me?

Tks

Post count: 22421

Hello,
I assume you are referring to the active color of the menu item on each page. It is now set to black. You can use the page id and change it;s color for each menu item in particular like so:
.page-id-20161.td-black .td-header-style-5 .sf-menu>.current-menu-item>a{
color:#dc8440;
}

Duplicate the code and change the id and color for each page
Thank you!

Post count: 53

Hi Bogdan,

Thank you for pointing me out in the right direction. The correct code is below if anyone comes here with the same problem.

.page-id-20161.td-black .td-header-style-5 .sf-menu>.current-menu-item > a {
background-color: #dc8440!important;
}

Duplicate the code and change the id and color for each page.

Tks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.