Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1018828
    suzannereid
    Participant

    H! my site content copy is set to 400 as the regular font weight. However, in a couple of places I would like to manually change it to be font-weight: 100; but the css is not working anywhere. Any help?

    dc3.armorlight.biz/contact-us (i’m trying to change the font-weight of the bullet points)

    TIA

    #1018991
    Jade
    Moderator

    Hi there,

    Please try to add this code in Custom > JS:

    
      WebFontConfig = {
        google: { families: [ 'Lato:400,100,700,300:latin' ] }
      };
      (function() {
        var wf = document.createElement('script');
        wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
        wf.type = 'text/javascript';
        wf.async = 'true';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(wf, s);
      })();

    Hope this helps.

    #1019784
    suzannereid
    Participant

    Thank you! it worked brilliantly 🙂

    #1019793
    Paul R
    Moderator

    You’re welcome! 🙂

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