Hi,
How do I remove the document style icon showing at the top of each event page? here’s a link showing an example: https://feheleyfinearts.com/event/exhibition-david-ruben-piqtoukun-when-the-darkness-invades-the-night/
Thanks.
Hi,
How do I remove the document style icon showing at the top of each event page? here’s a link showing an example: https://feheleyfinearts.com/event/exhibition-david-ruben-piqtoukun-when-the-darkness-invades-the-night/
Thanks.
Hello @renzofernandez,
Thanks for writing to us.
In order to remove the icon, I would suggest you please add this custom CSS code to the Global CSS.
.single .page .entry-title i.x-framework-icon.x-entry-title-icon
{
display: none;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding, you can subscribe to One, where customization questions are answered.
Hope it helps.
Thanks