Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #837190

    Hi guys,

    I’m using the LayerSlider to show products on a landing page and all of these products have a ®. To superscript the ® I’ve used the <sup> tag. Now I’d like to adjust the size and position of the ®. Therefore I used the following code in the LayerSlider CSS Editor.

    .ls-layers sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.75em;
    }

    Unfortunately, it doesn’t work… Any ideas?

    Thanks!

    #837196

    Hey uUSA,

    Please provide a link to the admin section so we can try to workout the css for this.

    Best regards,
    Jordan Shannon

    #837201
    This reply has been marked as private.
    #837227

    Hi,

    I logged in and added the following to quick css:

    .ls-layers sup {
        font-size: 30%!important;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
        top: -20px!important;
    }

    This in fact worked for me. Please view it in the browser.

    Best regards,
    Jordan Shannon

    #837672

    That works! Thanks so much!

    #837674

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change style of tag in layerslider’ is closed to new replies.