Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #381212

    Daniel H
    Participant

    Hello,

    My website is http://www.integrouswm.com. I have a Revolution Slider above the masthead on my home page. There is only one slide and that slide has a text layer on top of an image. I am interested in making the “SM” a superscript and smaller in size. I have successfully made it a superscript but how do I add text to make it much smaller than the other font-size.

    Here’s what I have in the text/html section.

    TAKE HOLD OF THAT WHICH IS TRULY LIFE. <sup>SM</sup>

    #381254

    Zeshan
    Member

    Hi Daniel,

    Thanks for writing in! As Revolution Slider is a 3rd party plugin, regretfully, we have limited support for it that only covers its compatibility issues with X. So any question related to transitions, animations or how the certain feature of the slider works, would be getting outside the support we can offer. You may refer to Revolution Slider online documentation: http://revolution.themepunch.com/documentation/

    You can review our Kb article on Revolution Slider for more information.

    In the meantime, you could try adding a CSS class to your <sup></sup> tag. So your HTML code would be: TAKE HOLD OF THAT WHICH IS TRULY LIFE. <sup class="smaller-text">SM</sup>

    Then you can add following CSS code under Custom > CSS in the Customizer:

    .smaller-text {
       font-size: 10px !important;
    }
    

    Replace 10px with your desired font size.

    Thank you for understanding. Take care!

    #381270

    Daniel H
    Participant

    Thank you!

    #381278

    Nico
    Moderator

    You’re most welcome.

    Have a great day! 🙂