Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1159387
    yhshin1020
    Participant

    Hey,

    I want to change the button font. I am using massive addons plugin, and I know this isn’t a X theme plugin, but I just want to ask what css I should target to change the font of the button.

    I have tried this code:

    span .mpc-button__title .mpc-transition{
      font-family: 'myriad-set-pro_thin' !important;
    }
    

    but it doesnt seem to work.

    Could you help me out here?

    #1159389
    yhshin1020
    Participant
    This reply has been marked as private.
    #1159413
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please update your code to this.

    span.mpc-button__title {
    	font-family: 'myriad-set-pro_thin', cursive !important;
    }

    Hope it helps, Cheers!

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