Viewing 1 replies (of 1 total)
  • Plugin Author wpdever

    (@wpdever)

    To change the css, you can go to Settings=>’Notification item’ tab. In the field you would like to customize, add an Id attribute or a Class attribute. If you add custom_font in ‘Id attribute’, you can head to the menu Appearance=>Customize=>Additional CSS (it depends on your theme): add your css like:
    #custom_font{
    font-style: italic;
    font-family: “Lucida Console”, “Courier New”, monospace;
    font-size: 15px;
    }
    to change the font style, family and size.

Viewing 1 replies (of 1 total)

The topic ‘WP Notification Bell custom text’ is closed to new replies.