Font Size And Featured Image On X Theme?

Hey,

it is very hard for me to find the right information in this forum, even though the information I need should be easy to find.

  1. I want to use featured images, but those should not be shown in blog posts and pages. How do I turn this off?

  2. I want to change the regular font size in blog posts and pages to 20. There are several sections where I can change my font size, but I donĀ“t really understand how they work and it seems that nothing has changed even if I enter a different number.

Regards,

Pierre

Hi Pierre,

Thanks for writing in!

  1. Are you referring to Blog index pages? If so you need to add the following CSS rule into your X -> Theme Options -> CSS area disable them.
.blog .entry-featured {
    display: none;
}
  1. To change font styles or font sizes, head over to X -> Theme Options -> Typography area. Please review our knowledge base article here (https://theme.co/apex/forum/t/customizer-typography/134). Also you can you can set specific fonts within your builder by using the font manager. For that, you need to review our font manager article here (https://theme.co/apex/forum/t/font-manager/101).

Please note that you need to clear all cache (server cache which is caching plugin , browser cache and also CDN cache), in order to see immediate changes.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.