How to lighten the background image on Pique Themed home page

  • Unknown's avatar

    I have a static home page using the Pique theme. It has put a dark wash, so to speak, over the image, but I would like it to be much lighter. Can I lighten that shading? Hub

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

  • Unknown's avatar

    Hi, to get rid of the translucent overlay color, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .home .pique-panel-background:before {
        background-color: rgba(0, 0, 0, 0);
    }
  • The topic ‘How to lighten the background image on Pique Themed home page’ is closed to new replies.