Hi there How do I remove the heading? I want to upload my image and it will incorporate text. I've attached a screen grab, so you can see what I mean. Thanks
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flex-caption { display:none; } Thanks & Regards Gourav Shrivastava
Hi there That code does not remove the heading? I have tried viewing in different browser - cache flushed.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.flex-caption { display: none ! important; } This will solve your issue.
Hello, We have checked your website and its seems that you have enter style comment in wrong way For example: Code: <!-- body text colour code below --> remove comment from your custom css. This will solve your issue.