Sometime ago I had asked to change the font colour of the entire site to brown - that worked great. However, now it always shows my links in default brown. I'd like all links to be: Red colour and underlined. Also, I would like the default size for all my pages and POSTS to be x16. How can I do this? Thank you!
Hello, Sorry for the delayed reply... 1> To change color of all the links to red, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: a { color : red !important; } As far as your second query is concerned, could you please provide us some edited screenshot indicating the exact size of posts/pages that want. Also provide us URL of your website. Thanks, Praveen
Hello, Thanks for the URL. Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .container_24 a { color: red !important; text-decoration: underline !important; } Thanks, Praveen