-
AuthorPosts
-
September 7, 2015 at 12:26 pm #381212
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>
September 7, 2015 at 1:06 pm #381254Hi 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!
September 7, 2015 at 1:30 pm #381270Thank you!
September 7, 2015 at 1:37 pm #381278You’re most welcome.
Have a great day! 🙂
-
AuthorPosts