Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1264486
    yhshin1020
    Participant

    Hey,

    I am using an addon plugin for VC called MAssive Addons and I want to change the typography font for one of its elements.

    So i went ahead and tried to inspect the element and apply the CSS code myself:

    h3 .mpc-post__heading .mpc-transition .mpc-text-overflow{
      font-family: 'myriad-set-pro_thin' !important;
      font-size: 20px;
    }

    But it doesnt seem to do anything.

    Could i get some help with this?

    thank you very much!

    #1264491
    yhshin1020
    Participant
    This reply has been marked as private.
    #1264778
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can try this code instead.

    
    h3.mpc-post__heading.mpc-transition.mpc-text-overflow {
      font-family: 'myriad-set-pro_thin' !important;
      font-size: 20px;
    }
    

    No space before the dots.

    Hope that helps

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