• Resolved isaacmm05

    (@isaacmm05)


    Hello, when I put a photo on the front page there is a gray layer that is added on top and darkens it. Can I change the color or remove that layer? I dont see how

    • This topic was modified 3 years, 8 months ago by isaacmm05.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @isaacmm05, You may add one of the styles below to Appearance > Customize > Additional CSS:

    Edit overlay Color (you may define proper rgba colot here:

    body.page-template-template-front-page .site-content .site-main > .hentry .front-page-header-wrapper:after {
     background: rgba(0,0,0,0.3) !important;
    }

    Remove overlay color:

    body.page-template-template-front-page .site-content .site-main > .hentry .front-page-header-wrapper:after {
     background: none !important;
    }
    Thread Starter isaacmm05

    (@isaacmm05)

    I found it. It’s on aparience –>Theme options

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove gray layer on front page photo’ is closed to new replies.