Hi
I’m trying to use a sup tag in the special heading and when I do that, it either doesnt appear or the whole page goes blank.
Assuming that’s something to do with whether or not that element allows html use?
Can you advise on how to sort that out, or, some css for me to use so the H2 tag isn’t all capitalised (as I can just put a H2 text in the text element and that will work)
Also, is there a way I can reduce the bottom padding of the footers please.
Thanks
Farzan
Hey farzanahmed,
Please try the following in Quick CSS if you don’t want your h2 headers to be in all capital letters:
h2 {
text-transform:none !important;
}
Best regards,
Rikard
Thanks Rikard
Is there any way of having it show in the special heading area as well; as ideally I want it the sup tag in the slider too?
Thanks
Farzan
Hi,
Try this code in the General Styling > Quick CSS field:
h3.av-special-heading-tag {text-transform:none !important;}
Best regards,
Mike
Thanks Guys
I’ll give that a shot but I think i’ve managed a work around for it.
Any idea on how to reduce the padding on the footer area?
Thanks
Farzan
Sorted it guys.
If anyone else needs to know, here’s the CSS I used
#footer {padding:5px 0;}
#footer .widget {margin:0;}
Thanks
Farzan
Hi Mike
Yes it can be closed.
Thanks
Farzan
Hi,
I’m glad you were able to get this solved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon