I have removed all links from the blog to single entry pages with CSS I got from here. I can’t find how to remove it from the small logo at the side. I think it is called small-preview. Please can you help.
Thanks
Hi,
Thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?
Best regards,
Rikard
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.blog-meta a {
pointer-events: none;
}
Regards,
Yigit
Perfect thanks Yigit