Reduce size fonts

Good morning!
First of all thank you for this amazing free theme.
I want to reduce the size of the titles of every post. In the forum I only find the css code for the home page, but I want to reduce the size titles for every page.

Ann another question. Is there a way to remove the text from the slider and just put a fixed image?

Thank you in advance!
Karina

Hi Karina,

I hope you are well today and thank you for your questions.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

body .entry-title {
    font-size: 30px;
}
.flex-caption {
    display: none;
}

Please change the font size in the above CSS code to whatever you want to set for page title.

Best Regards,
Movin

thank you very much Movin!!!
all the best

You are most welcome here :slight_smile: