Hi. I need to change the color of the links I have in different pages in my website ( not the blog pages). How do I do that? Thanks Keti
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS .content-bar a{ color: you color value; } .fullwidth a{ color: you color value; }
Hi. I did what you said above and nothing happened. Here is a link to a page on my website so you can see what I am talking about. I don't want for the link text to be gray. I want for it to be #ed4e27 or #f6ae88. Thanks
oops..here is the link.. http://designbyketi.com/services-2-home-staging-and-interior-design/stage-to-sell/vacant-staging/
Hello Ketia, You have not copied code properly from above post. You have missed . from the code .content-bar a{ color: you color value; } Copy code again and replace it with previous one you have added.