Hi there,
I just enabled related posts and when I hover over the thumbnail of a related post it shows an icon with a pen overlay. http://imgur.com/vx1Rnxk
Any idea how I can disable this or change the icon?
Thanks in advance!
Hey Remco,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi Rikard,
Please check the link in private content. Bottom of the page.
Kind regards,
Remco
Hey!
The icon there is not controlled from CSS but with element input to the span.
You will need some advanced modification to the theme, to manage to do it.
Regards,
Basilis
Hi there,
I think it is a bit strange, the icon suggests the thumbnail is editable in my opinion. I’m curious which modification I have to do to change the icon.
Regards.
Remco
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.related_entries_container .related-format-icon-inner {
display: none!important;
}
and if you would like to change it, please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
Yigit