How can I change the title colors of the front page blog area. As well the first color as well the color behind it. Thank you.
Hi maggiemae, To change title color please paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: h1.blog-heading { color: red; } We fails to understand your second issue. Please provide us the edited screenshot of your issue. Thanks, Praveen
Thank you. See attachment. I mean the black title color of a blog post and the purple color when you click on it. I also want to change the titles of the home page right feature widget area is that possible?
Hi maggiemae, To change title color please paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: h1.post_title a { color: green !important; } h1.post_title a:hover { color: red !important; } To change title please follow the link given below. http://www.inkthemes.com/community/threads/titles-of-primary-sidebar.15565/ Thanks, Praveen
Thank you. Only I don't know how to change the titel color of the home page right feature widget area. I know how to change the text of it but I don't know how to change the color of it. So please your help.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bottom_feature .sidebar h3 { color: red; } Change color according to your requirement. Thanks & Regards Pramod