Comments 8byggis started the conversationOctober 14, 2020 at 7:56pmHow can i change the Navigation Font and Navigation Dropdown Font color on specific pages?I need them to be white on some pages and black on some pages.Thank you. 2,965Andrew repliedOctober 15, 2020 at 6:23amHi byggis,Use the following custom css in Salient > General settings > CSS/Script related. It will change navigation fonts on homepage. .page-id-639 #header-outer[data-lhe="default"] #top nav > ul > li > a { color: white !important; } You will need to use page ids.Thanks. 8byggis repliedOctober 15, 2020 at 7:56amDear Andrew Thank you for promt reply works like a charm! But how do i get the "arrows" of the menu to be white to? 2,965Andrew repliedOctober 15, 2020 at 8:07amHi byggis,Try the following css: .page-id-639 #header-outer #top .sf-sub-indicator i { color: white !important; } Thanks.1 Like 8byggis repliedOctober 15, 2020 at 8:17amWorks perfect!Thank you Andrew! Sign in to reply ...
How can i change the
Navigation Font and Navigation Dropdown Font color on specific pages?
I need them to be white on some pages and black on some pages.
Thank you.
Hi byggis,
Use the following custom css in Salient > General settings > CSS/Script related. It will change navigation fonts on homepage.
You will need to use page ids.
Thanks.
Dear Andrew Thank you for promt reply works like a charm!
But how do i get the "arrows" of the menu to be white to?
Hi byggis,
Try the following css:
Thanks.
Works perfect!
Thank you Andrew!