Change text background opacity on front page

  • Unknown's avatar

    Hi,

    I am using Sela theme. I need to change the opacity of the text background on the front page. The white box is blocking the background pic and need to make it transparent.

    Kindly help

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

  • Unknown's avatar

    Hi saransh1905,

    Please try out this code and let me know if this works for you.

    @media screen and (min-width: 768px)
    {
    .front-page-content-area .with-featured-image {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.6);
    }
    }

    CSS customization is a feature on Premium and Business plan only.
    https://wordpress.com/pricing/

    Hope this helps. Thanks!

  • The topic ‘Change text background opacity on front page’ is closed to new replies.