Forums
(@customizrluvr)
8 years, 7 months ago
Hmm… this is weird.
Did you try removing the sidebar?
Woocommerce is working normally on my site, so it must be something with your site/settings.
Paste in Custom CSS:
.featurette-divider { display:none; }
Nwm, I figured it out. My settings were wrong. Thank you for the reply.
8 years, 8 months ago
as I said, watch Customizr YouTube tutorial, it will show you everything!
i recommend you watch Customizr tutorial on YouTube
site link?
glad you solved
hmm… must be some other issue
i made a mistake above
it should be:
.body { background-color:#ffffff!important; }
footer#footer { border-top:0!important; }
Paste this is your Custom CSS:
header.tc-header { border-bottom:0!important; } .body { color:#ffffff!important; }
.page .entry-title { display: none; }
it did not work for you?
i know it works for sure because i use it for myself !!!
Try this:
or
.page .entry-header { display: none; }
i suggest you try CSS first and if that does not work, go to theme files, but i am quite positive that my CSS code above will do the trick for you!