How can I remove the top bar (the very thin color line on top of the page)?
Thanks!
How can I remove the top bar (the very thin color line on top of the page)?
Thanks!
Hi jacobom,
Try to add this code in your Quick CSS(located in Replete > Theme Options > Styling) or custom.css:
body {
background: none;
}
Hope this helps.
Regards,
Ismael
Thank you but it didn't help.
It's this dark red bar I am referring to: http://img811.imageshack.us/img811/9450/screenshot20130314at915.png
Hi jacobom,
You'll need to eliminate the margin on top then. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#wrap_all {
margin-top: 0;
}
Regards,
Devin
Thank you that worked!
Hi jacobom,
Glad that Devin helped you. :)
Cheers,
Ismael
You must log in to post.