Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1268614
    Daniel Eichar
    Participant

    Hi,
    I’m trying to change the fonts used for certain containers on different pages. I was hoping there was an easy solution using the “class field” as opposed to using the custom css option.

    Thanks in advance!

    #1268785
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Actually that is one of the main purpose of CSS classes, to apply the same style on different elements. You can add something like below on your Custom CSS on Customizer.

    .myclass {
    	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    }

    And then apply the myclass on the element.

    Hope it helps, Cheers!

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