Hi again
I have just updated the theme on on of my websites and now I have placeholders showing for images in the post slider and also the blog grid.
Trouble is I cannot find how to remove them. All I want is the title and excerpt. Please advise.
Regards
Mark
Hey MKW270210!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon { display: none !important; }
Best regards,
Yigit
Thanks foe that but it’s only removed the icon within the placeholder. Now I just have empty boxes the same size as before. See website link sent with first post.
Regards
Mark
Hi!
Please add following code to Quick CSS
a.slide-image {
display: none!important;
}
Regards,
Yigit
That sorted it
Thanks Yigit