H2 font size

Hi there,
I changed the font size for h2 categoria totale on css customization.
It workshop on pc desktop but doesn’t on mobile.
Thank you for support

HI there

Hope you are having a good day and thank you for your question :slight_smile:

Which code did you use? You will need to also add the same CSS for your mobile screen sizes using the @media rules.

https://www.w3schools.com/css/css_rwd_mediaqueries.asp

Hope this helps.

Hi there,
thank you so much for your kind response.
Unfortunately I tried to add the code with @media rules but I couldnt solve.
I’added:
h2 {
font-size: 30px;
}
@media (max-width:600px) {
h2.responsive {
font-size: 30px;
}
}

Hey there

Where exactly you want to change h2?
try this code:

@media (max-width:600px) {
h2 {
font-size: 30px;
}
}

Hi There,
thank you for your response.
I would change the category head title. On PC desktop it works but not on smartphone.
I attach the image of the mobile screen

Hey there

Please always include the link to the page too

Hi there,
the category paces are:

I would also like to eliminate the name “Category:”
Thank you so much

Hi There,

To change the font size on mobile screens, please use this sample CSS code.

@media only screen and (max-width: 767px)
#header .bottom-header h2 {
font-size: 2em;
}

As for the removing category part, I’m going to need access to your admin dashboard.

Please use this plugin to create temporary access for us, its automatic login link and does not requires sharing your admin details. here is How To guide. at the and don’t forget about  “Set as private reply” at the bottom of the message box

 

Thank you very much!
There were 2 labrace to be added but I found.
The link for the login:

Hi There,

I tried to access the site using the token shared with no luck.

Kindly confirm the same to that I may be able to assist further.

Hope to hear from you soon.

Hi there,
it’s been my fautlt. I’m sorry.
I remade the link:

Hey there

Sorry for the delay,
Link is still not working,

try this CSS, it will work for sure:

@media only screen and (max-width: 767px){
#header .bottom-header h2 {
font-size: 22px;
line-height: 33px
}
}

Good evening,
thank you for the suggestion: the CSS is perfect.
Regarding the removal of “CATEGORY:” it’s not so essential at now and I don’t want to be too intrusive.
Thank you again
Kind regards

Thank you too :slight_smile:

Feel free to open new tickets if you need any help