Okay
  Public Ticket #2748560
Using the <small> tag
Closed

Comments

  •  1
    Kiki started the conversation

    I’ve tried to style footnotes by using the <small> tag around words and sentences, but it doesn’t display on the published page, only in the backend. How can I use that tag?

  •  277
    Noah replied

    Hi Kiki,

    Thanks for writing to us.

    This could be caused by browser compatibility, please share your website link and the wp-admin credentials for a closer look.

    Thanks.

  •   Kiki replied privately
  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    small {
        font-size: smaller;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Kiki replied

    Thank you, that did the trick!