Help removing featured image from blog posts OXYGEN THEME
-
Hi,
I can’t find a way to remove the featured image from above blog posts, does anyone know the custom css to remove it?
As you can see on this page, http://marcangelomusic.co.uk/blog/ there are just big white boxes !!
Many thanks,
Adam
The blog I need help with is: (visible only to logged in users)
-
-
If you want to remove the featured image then just add this code in CUSTOM CSS box
.featured-image{
display:none !important;
}
- The topic ‘Help removing featured image from blog posts OXYGEN THEME’ is closed to new replies.