Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1003929

    Hi,
    I am using the grid layout for blog posts on first page but cannot get rid of the pencil icon (and surrounding box) for featured image both on first page and on blog post. Ideally the featured image should be show if there is a featured image and blank (not a pencil) if there are no featured image. How can i do this?
    Regards, Ove

    #1003961

    Hey overath,

    Add this code to the quick css field or style.css to hide the pencil icon:

    
    #top .main_color .fallback-post-type-icon {
        display: none;
    }
    

    Best regards,
    Dude

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.