Pages font color
The topic ‘Pages font color’ is closed to new replies.
Need help? Check out our Support site, then
The pages options are all white while all the other type on my site is black. How do I change them to black?
The blog I need help with is: operedicatania.com
Hey!
Are you referring to the navigation links in your header?
Thanks for clarifying!
Yes I believe so.
Thanks! Try adding this to your Custom CSS field :
.main-navigation ul:not(.sub-menu) > li > a {
color: #000;
}
.main-navigation .search-input {
color: #000;
}
.main-navigation .search-form .icon {
color: #000;
}
Let me know if that fixes it for you :)
Thanks so much! Is there anway to remove the search bar next to all the navigation links?
Hey!
Sure! Try adding this custom CSS as well:
li.search {
display: none !important;
}
That should do it!
The topic ‘Pages font color’ is closed to new replies.