Remove brown overlay on home page in Goran

  • Unknown's avatar

    Hi,
    I know nothing about CSS but I would really like to know how to remove the brown translucent overlay from my home page, and also how to change the tiny text in the centre to match the title font.
    Any help would be hugely appreciated.

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

  • Unknown's avatar

    Hi @janinavigurs,

    Add this code to the Custom CSS box in your Customizer.

    .pique-panel-background {
      opacity: 100;
    }
    .entry-content code {
      font-family: "Alegreya",serif;
      font-size: .7em;
    }

    Feel free to edit this code however you want, notably you can put “90” or “80” in where the “100” is after opacity to add a little brown color if you want it, and you can change the font-size from “.7em” to something else to change that text size. I changed the font size in this code to make it visually match the one that was there.

    Let me know how else we can help!

    Best,
    Jesse

  • The topic ‘Remove brown overlay on home page in Goran’ is closed to new replies.