Dear Support
In the post slider, I keep getting an icon on the top,
I want to remove the icon
have only post topic and below read more option
Thanks
Hi markr156,
Can you give us a link to the page where the icon on top of the post slider shows? so we can try to inspect further.
Best regards,
Nikko
Thanks for your reply
There is an icon that comes above the post – which is not required ..
Hi,
To remove the fallback icon try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.main_color .fallback-post-type-icon {
display:none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike
Thank you for your reply – the css code worked to remove the icon – now it shows an empty box – which is of no use.
Have a look at the same link – if can remove it thanks.
Regards
Mark
Hi,
Please try this CSS as well:
.main_color a.slide-image {
display: none;
}
Best regards,
Rikard
Thank Rikard
It worked well – Great help.
I suggest there should be a list of css documents available for every one to use.
Thank you
Regards
Mark.
Hi,
Thanks for the update, we’ll look into adding that to the documenation. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Please close the topic – Thanks ..