Hi I am trying to target a page with page-id-1547 to change the h2 font size just on that page.
I tried this:
#top .page-id-1547 .h2 {
font-size: 40px!important;
}
but it’s still showing the font at size 28, which is the default. What is the best way to do this?
I tried setting the font size in the text block, but that also isn’t working.
thanks for your help
Nancy
Hey Munford,
Please try this CSS instead:
.page-id-1547 h2 {
font-size: 40px!important;
}
Best regards,
Rikard
I tried that before also – no change.
Hi,
Sorry, this should do it:
.page-id-1547 h2 {
font-size: 40px !important;
}
Best regards,
Rikard
thanks that worked!
Hi,
Great, I’m glad to hear that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard