Site logo

Archived topic

Primary Menu CSS

1 reply · Started by Lawrence on June 30, 2021

Viewing posts 1–2 of 2

Hello everyone! I looked around (Google Search, Documentation Search and Forum Search) and hope I'm not duplicating a question here...

I've added a body class to certain pages as I want to have different coloured styles for the primary menu and links on each page and posts that have the same category body class.

I was hoping I could find the primary menu css (just the styling for colours) so I can achieve this with some custom css. Is that available?

The GeneratePress Primary Menu colours in settings are serving as the default.

Thanks in advance,

Lawrence

Hi there,

If its just the menu specifically, you can use these selectors.

.main-navigation .main-nav>ul

.main-navigation li

.main-navigation .main-nav ul li a

If you need to apply conditions, you'll have to wrap your CSS in <style> </style> and place it on a Hook Element and set the display rule location to the category you want the style to apply. :D

This archived topic is closed to new replies.