Solid and/or Transparent textbox behind feature slider text

  • Unknown's avatar

    I’m trying to learn how to add a textbox behind the text on my feature slider, as it can be somewhat hard to read with the photo in the background.

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

  • Unknown's avatar

    Hello there,

    Here, I can understand that you want to make a box and write your text inside the box.

    Following is CSS code to get result as seen in this screenshot.https://imgur.com/a/XzCUMJ2
    .wf-active .site-hero-wrapper .entry-title-site-hero {
    font-weight: 500;
    font-style: normal;
    display: block;
    background: #1ea6a7;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    }

    I hope this is what you want. If you want something different than this then post here.

  • dorismagazine – Write back to us if you need more help.

    khushbudesaiblog – Thank you for sharing that CSS. One suggestion I have is to place the CSS inside a blockquote next time. It makes it a little easier to read.

  • The topic ‘Solid and/or Transparent textbox behind feature slider text’ is closed to new replies.