• Resolved ladenisko

    (@ladenisko)


    Hi,

    In the FAQ is information how to change color of the all A’s, but I need to change color of single A. For example: First A is in red color, second A in blue color and third A in orange color.

    How to do that?

    Cheers

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

    (@mpol)

    div.zeno_font_resizer_container p.zeno_font_resizer a.zeno_font_resizer_minus {
        color: red;
    }
    
    div.zeno_font_resizer_container p.zeno_font_resizer a.zeno_font_resizer_reset {
        color: blue;
    }
    
    div.zeno_font_resizer_container p.zeno_font_resizer a.zeno_font_resizer_add {
        color: orange;
    }

    This CSS can also be made with hex colors, like #00ffff instead of red. You can add CSS in Appearance > Customizer > Custom CSS

    If it doesn’t work, please share a link to your website. Then I can take a look.

    Thread Starter ladenisko

    (@ladenisko)

    Thank you very much! It works perfectly!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of text’ is closed to new replies.