Tagged: CSS
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
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