Hi,
I can’t seem to change the color of the Navbar, social icons and text in my footer… I went though all the options and I can’t find out where to change the color…
Its on this site: http://cocktailkasser.development.fabar.dk
Thanks in advance!
Hi,
I can’t seem to change the color of the Navbar, social icons and text in my footer… I went though all the options and I can’t find out where to change the color…
Its on this site: http://cocktailkasser.development.fabar.dk
Thanks in advance!
There is no specific option for the link (including the social icons) colors in the Theme Options. The color you see is retrieved from X > Theme Options > Typography > Site Links option.
If you want to change the color of the footer links you need to add the CSS code below to X > Theme Options > CSS:
footer.x-colophon a {
color: #ff00ff;
}
Feel free to change
#ff00ffto whatever color code you like.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.