I would like to remove the icons that are now showing up on our post list. I have put in a piece of code to remove these but it is not working. Can you please let me know how to remove these. The website is also updating slowly at the moment. Is there anything we can do to speed that up?
Hello @tracyhm,
Thanks for writing to us.
I would suggest you please add this custom CSS code to the Global CSS to remove the post icon.
.archive article.post.type-post .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
Thank you! Thank was helpful and solved my problem. Is there any way to optimize the speed when updating the site. The site administrator feels it is a little sluggish right now.
Hello @tracyhm,
There are several reasons for your website loading speed for example
- Choose a better web hosting provider
- Reduce image sizes
- Minify JS and CSS files
- Use advanced caching mechanisms with a caching plugin
- Use a CDN
- Clean up WordPress database etc.
You can check our doc to learn more about how to improve website performance.
You may check our video tutorial as well
https://www.youtube.com/watch?v=1gDhOeAOTYY&t=732s
https://www.youtube.com/watch?v=9LdWdAKaqbs
https://www.youtube.com/watch?v=3WqXHfJ719g&t=45s
https://www.youtube.com/watch?v=aT-DuRr7B5E&t=44s
Please note in case you want to optimize the page speed I would advise you to hire a 3rd party developer to help you with this or you can avail of our newly launched product called Boost, where we help you with your site speed optimization.
Thanks for understanding
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.