Venture Theme

  • Unknown's avatar

    How to i insert a text box on the featured image on the front page?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The top section of the front page template is a featured content section. You can read more about that on the Support Page for the Venture theme. Scroll down to Featured Content for more on that.

    I’ve looked at the structure of the home page template on Venture, and if you just wish to add a short bit of text, you can use the following.

    #fullscreen-header:before {
    	content: "This is some text";
    	color: #fff;
    	font-size: 200%;
    	position: relative;
    	bottom: -50%;
    	z-index: 1;
    	padding: 40px;
    	background-color: rgba(0, 0, 0, 0.4);
    }
  • The topic ‘Venture Theme’ is closed to new replies.