Less Shadow on Photo

Home Forums Gillion Theme Less Shadow on Photo

Home Forums Gillion Theme Less Shadow on Photo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Carrebear56
    Participant

    Hello

    Is there a way to reduce the opacity of the shadow on the main home page? I am attaching a picture of the categories and you can see the black shadow that is sitting on top of my photo hides most of the photo. Thank You

    http://www.boutiqueorbusted.com

    Attachments:
    You must be logged in to view attached files.

    Hi @Carrebear56,

     

    I hope you are well today and thank you for your question.

     

    You can reduce it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .post-style-cover .post-container:after {
        background: linear-gradient( rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) ) !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)