Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #815141

    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

    #815278

    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

    #815362

    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

    #815410

    Hi,
    Try this code in the General Styling > Quick CSS field:

    h3.av-special-heading-tag {text-transform:none !important;}

    Best regards,
    Mike

    #815425

    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

    #815433

    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

    #815441

    Hi,
    Shall we close this then?

    Best regards,
    Mike

    #815668

    Hi Mike
    Yes it can be closed.

    Thanks
    Farzan

    #815691

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Sup Tag not working in Special Heading’ is closed to new replies.