How to remove white text box from static home page?
-
I would like to remove the white text box from the home page, to reveal the featured image in full. Is it possible?
Your help is appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
It’s possible to remove that by adding a few lines of CSS code.
In order to do that, you should have purchased the Custom Design package which includes the CSS customiser.If you’ve already got the Custom CSS, the following code should be working:
.front-page-content-area .with-featured-image { background: transparent; }Let me know if that works and if you have any further question. Cheers!
-
-
- The topic ‘How to remove white text box from static home page?’ is closed to new replies.