• Resolved arthellin

    (@arthellin)


    Hi guys! I just want to remove the background or opacity in the about us section or “Who are we now”.

    I know you have published the remove background opacity for the header section, but in this case I would like to do the same with this “about us section” on the website.

    I attached you a screenshot so you can see what I mean, the background I want is white, so no overlay or opacity in this section is what I need.

    Thanks!

    https://ibb.co/bxhhsQ

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    You can add following CSS to remove it:

    .section-image::after {
        background-color: rgba(0,0,0,.7) !important;
    }

    Let me know if it works. ??

    Thread Starter arthellin

    (@arthellin)

    Hi again,
    I tried adding the CSS code but it didn’t work at all.
    It could be because I didn’t update to the latest version of Hestia?
    I’ll try and I’ll let you know.

    Hello @arthellin,

    Have you checked? Please let us know if you are still facing the problem.

    Hi, I am facing the same issue. I would like to remove the overlay from the ribbon and about sections on my Hestia theme website. I removed the overlay from the header as that is in the documentation, but no luck with the ribbon or about. I also tried the solution offered here, but no luck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove background overlay in about section! IMP!’ is closed to new replies.