Hello,
Please, how do I hide the icon that comes before the Headings of the blog posts list and of the blog post page?
Thanks
Ricardo
Hello,
Please, how do I hide the icon that comes before the Headings of the blog posts list and of the blog post page?
Thanks
Ricardo
Hi Ricardo,
Thanks for writing in! You can add the following CSS rules into your X -> Theme Options -> CSS area to remove those icons.
.blog .entry-title::before {
display: none;
}
.single-post .entry-title::before {
display: none;
}
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.