Hi how to remove dark overlay on featured image on single post? 

Home Forums Gillion Theme Hi how to remove dark overlay on featured image on single post? 

Home Forums Gillion Theme Hi how to remove dark overlay on featured image on single post? 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Anusunu
    Participant

    Hi how to remove dark overlay on featured image on single post?

     

    Please help

    Hi @Anusunu,

     

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

     

    I don’t see a dark overlay on featured image on a single post on my test website.

     

    Could you please share the page URL from your site where it is displaying so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    Anusunu
    Participant

    Hi

    just attached an image

    i mean that dark feather area on image

    i don’t want to remove it just need to reduce the intensity of the darkness.

    Hope you got the image attached

     

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

    Solution for this topic

    i don’t want to remove it just need to reduce the intensity of the darkness.

    You can achieve 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

     

    #page-container .blog-slider-item:after {
        background: linear-gradient(to bottom,rgba(50,50,50,0) 0%,rgba(16,15,15,.91) 89%,rgba(16,15,15,.93) 93%)!important;
        opacity: .73;
    }

    Anusunu
    Participant

    Thank you

    You are most welcome here 🙂

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