removing white text box over image
-
Need the CSS code to remove the white text box over the main image on the home page.
The blog I need help with is: (visible only to logged in users)
-
Add this to your Custom CSS:
.front-page-content-area .with-featured-image {
background: none;
box-shadow: none;
}.front-page-content-area .with-featured-image {
border-bottom: none;
}Should take care of it!
- The topic ‘removing white text box over image’ is closed to new replies.