-
How do I get rid of the little book icon in the blog? I’m using the Renew theme.
-
Also, can I get rid of the coloured circle rollovers on the social icons at the footer?
Thank you!
How do I get rid of the little book icon in the blog? I’m using the Renew theme.
Also, can I get rid of the coloured circle rollovers on the social icons at the footer?
Thank you!
Hi @olive47,
Thanks for reaching out.
.blog .entry-title:before, .single-post .entry-title:before {
display: none;
}
.x-social-global a:hover {
background: transparent !important;
}
Hope this helps
Worked perfectly… thanks!
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.