How to remove text box from home page – Sela theme
-
Hi there
I am using the Sela theme and would like to remove the text box from my home page so that you can view the whole featured image – I can’t seem to work out how to do this – any help would be much appreciated!
Thanks
Christine
The blog I need help with is: (visible only to logged in users)
-
Hi polkadotpaper1,
All you need is to add this CSS code (go to Customize theme and click on CSS):
.content-wrapper.with-featured-image { margin-top: 0; } -
-
-
Hi there, the textbox on my home page seems to have reappeared after I placed widget images on the page – does anyone know how to remove the textbox again? I’m not sure if i need to use different/additional coding?
Thanks!!
Christine
-
Hi Christine, the following will hide the white box with “home” in it on the top featured image on your site.
.home .hero-container-inner article { display: none; } -
-
- The topic ‘How to remove text box from home page – Sela theme’ is closed to new replies.