How to change the font size of article title

Hello,

first I have to say, I love the Travelify theme! Thanks for this great work.

My question:
For me the font size of the title of articles is a little bit to big in the theme. Is there a possibility to change the font size? I only found the option to change the color.

Is there also a option to change the size and the type of font in the title and/or article text itself?

Thanks for your help in advance.
Torsten

hi @torsten007,

thank you for your kind words, in order to change the font use this css code:

.entry-title }
 font-size: 32px;  put here your desired size
}

For article text use this css code:

entry-content p}
font-size:10px;
}

Thanks,

Cristian

Hi!

Thank you a lot. It worked for changing the tile within the opened individual article. But is seams not to influence the size of the article titles on the main general blog page. How can that be changed like it is possible in the article with that code?

Greetings
Torsten

Hi,

Give us your livewebsite link so we can check.

Thanks,

Cristian

Hi.

Here the link to my website:
http://www.th-photography.net

I want to get a smaller font size of the article titles (the blue ones: e.g. Sonnenuntergang in Naples (Florida, USA)) in that overview.

Thank you,
Torsten

Hi,

use this css code and put your custom size:

.entry-title, .entry-title a{
font-size:10px;
}

thanks,

Cristian

Hello,

works fine. Thank you so much!

Greetings Torsten

you’re welcome.

Hello,
i have one more question regarding the font size.
The above posted code worked fine for the article title.
The size of the titles for the comments (Examples in the attachments: “Schreibe einen Kommentar” / “2 Kommentare zu…”) at the end of every article are also a little bit to big. How can I change the font size for that?

Thanks a lot.

Hi @torsten007,

Use this css code, and change the values to your own values:

.comments-title {
    font-size: 30px;
  }

Thanks,

Cristian

Hello,

thanks for the code, works fine for the section “2 Kommentare zu……”. But it does not affect the below title “Schreibe einen Kommentar”. How can i change the size for that?

Thanks a lot.

Hi @torsten007,

Use this css code:

Use this css:

<code>#respond h3#reply-title {font-size: 30px;font-weight: normal;}</code>

By the way, I like your site, do you have also a version in english?

I would love to read

Thanks,

Cristian

Hi Cristian,

Thanks a lot again, works fine.

And also thank you very much for your kind feedback regarding my webpage.
At the moment, there is no special english version, maybe in future. But i still have implemented a translation tool which translates all the content to english. You find it directly on the top in the right sidebar.

All the best,
Torsten

You’re welcome.

Best regards,

Cristian