Footer link color

Hi my website is on Pro
http://probites.in/

I’ve recently changed the footer and wanted to change the color of links on footer to white, if I’m changing it it is reflecting on other content also. Please help regarding the same.
Also please advise how to add a post page also

Hi There,

Thanks for writing in!

As you are using text element there is no option to change the link color.
It will take the default link color of your site.
Please add this custom CSS to your theme option-> global CSS and let us know if that works.

footer.x-colophon a {
color: #ccc !important; /* use your color code*/
}

For the other question, I am not wrong you wanted to do a post/blog page?
For that please create a page first. Then go to Dashboard -> Settings -> Readings choose your post page as the page you have created.

Hope this helps!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.