resize title and articles of an author

Hi! I have two problems. The first one is: I have to resize the titles of the articles in the mobile version, how ca I do?
The second one is how can I do to redirect to all the articles of an author by clicking on their name?

Thank you! :smiley:

Hello Eleonora

Please provide a link to the article and i will check your problem :slight_smile:

Hi!

This is one, but I have this problem with all the articles!
Thank you!

hey there
Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS
@media screen and (max-width:767px){
#header .bottom-header h1{
font-size:40px !important;
}
}
Thanks!
Colorlib Support Team