Disabling the pencil icon on featured post images

Home Forums Gillion Theme Disabling the pencil icon on featured post images

Home Forums Gillion Theme Disabling the pencil icon on featured post images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • hakorel
    Participant

    Can not find a way to disable the pencil icon on featured post images.

    Can you help?

    Thanks,

     

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

    Solution for this topic

    Hi @hakorel,

     

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

     

    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-content-icon {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    hakorel
    Participant

    Thank you it works!

    You are most welcome here 🙂

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