• Resolved itskev

    (@itskev)


    How to add text before the different size AAA? Like if I wanted it to show:

    Increase Text: AAA

    Does that make sense? Some people may not understand the “AAA” by itself. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    The widget does have a title, mostly. I should think that is enough.

    If you want text added, you could add this CSS:

    p.zeno_font_resizer > span::before {
        content: 'Increase text: ';
    }

    You can add this at Appearance > Customizer > Custom CSS

    Thread Starter itskev

    (@itskev)

    Perfect! Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Text before “A”’ is closed to new replies.