• Resolved Steve1987

    (@steve1987)


    Hi,

    Thanks for the great plugin. Good to see there are some new styling features. But.. there is no option to change the font of the button. Like, arial to Titillium Web.

    I use Titillium Web for my entire website. However, the buttontext holds the standard font. Iam not home in CSS things. But maybe you can explain me how to do it?

    In older versions the font issue was never a problem, it cames with the newer ones. Maybe early-er the standard css of my website overide the css of the plugin?

    Much thanks.
    Steve

    • This topic was modified 8 years, 2 months ago by Steve1987.
Viewing 1 replies (of 1 total)
  • Plugin Contributor duynguyen

    (@duynguyen)

    Hi Steve1987,

    Basically, the top bar elements are automatic detect the font of the website. However, sometimes this is override by others CSS.

    From version 1.1.0, you can add your custom CSS for the top bar in admin settings. Go to the top bar admin settings following this directory WP Nice Topbar/Settings. Click on CSS tab and enter snippet CSS below:

    
    .wpnt-btn {
      font-family: inherit; // this line makes your button inherited its parent's font
      /* font-family: "Titillium"; */ // Or you can specific the button's font
    }
    

    Thanks and Regards,
    Duy

Viewing 1 replies (of 1 total)
  • The topic ‘Change font button’ is closed to new replies.