The following css will change the color to white on main navigation menu. The page ID 5288 will apply to this specific page only https://www.surfstr.com/contact/
body.page-id-5288 #header-outer.transparent.dark-slide > #top nav > ul > li > a {
color: black !important;
}
hello
I need to change the menu colour to black on 1 specific page (contact page)
Any CSS script that can help achieve that?
Thanks
Hi there,
Use the following custom css:
Kind regards.
Hi Andrew
Sharing a screenshot of the inline CSS
I tried.
But didn't change the text colour, maybe it conflicting with another CSS setting?
Otherwise i can give you access to the page
Thanks
Hi there,
There seems to be a dot at the beginning of body in css you shared.
Try the following:
Here is how it looks
Kind regards.
Hi Andrew, thank you
I should have mentioned, its actually the other 'main menu' where I need the font text black - apologies.
While your CSS does indeed work for the secondary menu. But hat will come in useful in the future anyways.
Do you know if there is a CSS workaround for changing the font colour in the main navigation menu in a specific page?
Thanks again
Adam
Hi Adam,
The following css will change the color to white on main navigation menu. The page ID 5288 will apply to this specific page only https://www.surfstr.com/contact/
Hope this helps.
Many thanks Andrew - worked like a charm :)