Hi there!
How can I change h3 in the footer to h5? Do I need to use a custom widget or I can change default one?
Any help is very much appreciated! Thanks.
Hey YTM_Filip,
Are you referring to a text widget in the footer or a different widget? Would changing the tag font size via css be ok, or do you really need the actual H tag to be changed?
Best regards,
Mike
Hey Mike,
I would like to change html H tag. I tried changed all h3 tags that have class=”widgettitle” but that doesn’t work. Any idea how could I do this?
Best regards
Hi,
It’s proving to be a little more difficult to change the tag itself, but if the goal is to change the font size of the widget title, please try this code in the WordPress > Customize > Additional CSS:
h3.widgettitle {
font-size: 10px !important;
}
adjust the font size to suit.
Best regards,
Mike