• Hi,
    I need to changed the color in blue to Brown. and I also like to font like A- A A+ . Pl tell be how to do it.

    Thanks

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

    (@mpol)

    This CSS might be what you want.
    For the color, you want to use a colorpicker, there are many you can find on the web.
    I used this one:
    https://html-color-codes.info/old/colorpicker.html

    .zeno_font_resizer_minus:after {
        content: '-';
    }
    .zeno_font_resizer_add:after {
        content: '+';
    }
    div.zeno_font_resizer_container p.zeno_font_resizer a:hover, 
    div.zeno_font_resizer_container p.zeno_font_resizer a:focus, 
    div.zeno_font_resizer_container p.zeno_font_resizer a:active {
        color: #C69A0A;
    }
    
    • This reply was modified 6 years, 2 months ago by Marcel Pol.
Viewing 1 replies (of 1 total)

The topic ‘Color Changed’ is closed to new replies.