Removing post details & overlay from Slider

Home Forums Gillion Theme Removing post details & overlay from Slider

Home Forums Gillion Theme Removing post details & overlay from Slider

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

    How can I remove the post information & the black gradient overlay from the slider image? I’d like it to just be a full width featured image instead.

     

    Thanks in advance!

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

    Hi @SarahS,

     

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

     

    We can remove it by developing custom CSS code.

     

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

     

    Best regards,
    Shufflehound team

    SarahS
    Participant

    The URL is – http://blog.lightful.com/

    Solution for this topic

    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

     

    .single-post .blog-slider-content {
        display: none;
    }
    
    .single-post .blog-grid-item-container:after,
    .single-post .blog-slider-item:after{
        background: none !important;
    }

    SarahS
    Participant

    Thank you! That has worked perfectly!

    You are most welcome here 🙂

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