Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #910633
    zendog22
    Participant

    Hi, I’d like to change the font on all my buttons to the same font as my headers, which is Poppins, not my body font. But I would like the Poppins on the buttons to be 400 not bold 700.
    Please can you help? http://kentishandco.staging.wpengine.com/

    #910881
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-btn {
        font-family: "Poppins",sans-serif;
        font-weight: 400;
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-910633 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>