• Resolved kimgorga

    (@kimgorga)


    On the WP Sensible theme, is it possible to have html tags in the content that is over the hero image? I see that you can add content in the H2 tag and I’ve added custom css to change font size etc, but I’d like to have a couple of paragraphs of content over the hero and can’t figure out how to add line breaks to do that.

    Also, is it able to have more than 3 items listed in the Services section?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can use ::before or ::after and assign it a percentage for font size and display of block and that’ll do it. Try this.

    .hero-content span h2::after {content:"paragraph, blah blah";font-size:35%;line-height:135%; display:block !important;margin-top:20px;}

    Theme Author modernthemesnet

    (@modernthemesnet)

    Kim,

    Unfortunately, the paragraph content on the hero image does not support HTML. In theory, lazykins way of adding content is possible, although I have not tested the code he provided.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Page Hero’ is closed to new replies.