Hi again, thank you so much for your help and patience How can I change the colour of the lines / borders around the text and the body? Also how do I change the font colour of "posted on xxxx" and "tags" in the blog posts? I would like them to change to the following colour: #9B8E7B Please see picture for reference, thank you
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .container { box-shadow: inset 0 0 3px #9B8E7B; } .blog .single li { color: #9B8E7B !important; } .blog .blog_post li{ color: #9B8E7B !important; } Thanks & Regards Pramod