• I have my Front Page Title: Explore Dream Discover. I’d like to get rid of the surrounding white box around the text all together, and just leave the text against the image. I’ve tried resizing the white box and have had limited success, and have also adjusted its opacity… which also decreases the opacity of the text… so that’s no good. Can I simply get rid of the white box and leave the text against the image? Can I change the font and/or size and color of the text?

    Cheers,
    -eric

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You can add the following to Appearance->Customize->Additional CSS

    .front-page-content-area .with-featured-image {
    	background: none;
    	box-shadow: none;
    	border-bottom: none;
    }
    
    .front-page-content-area .with-featured-image h1 {
    	color: red;
    	font-family: Arial;
    	font-size: 20px;
    }

    The first part should get rid of the white box around the text, the second part adjusts the color/size and font of the text and you can adjust those accordingly.

Viewing 1 replies (of 1 total)
  • The topic ‘Get Rid of White Front Page Box All Together’ is closed to new replies.