• Resolved meanderingmidwesterners

    (@meanderingmidwesterners)


    Hello, first off i am incredibly new to making a website, i have been tinkering around for a while and learning as i go. I recently started using the Reiki them which is a lot of fun and very customizable. But one problem i’m running into is that i cant figure out how to change the overlay color on my “About Us” section photo. Am i missing where to change this, or is it only changed by using code? Thanks for the help.

    Here is the link to the site. The photo seems to have a blue overlay, im wanting no overlay or at least black like the header photo has available

    https://meanderingmidwesterners.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add this piece of CSS code into the ” Additional CSS ” option of the customizer. You have to put it after the Comment section which is delimeted by “/*” and “*/”.

    .about-overlap-imgcol:before {
        background-color: inherit;
    }
    Thread Starter meanderingmidwesterners

    (@meanderingmidwesterners)

    That worked perfectly! Thank you for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing “About Us” photo overlay color’ is closed to new replies.