Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1300458
    Megalon
    Participant

    Hi there

    Site

    site.taylored-group.com

    I have added a font to the style.css file using the following:

    http://site.taylored-group.com/wp-content/themes/x-child/fonts/bebasneue_bold-webfont.woff

    and am calling it in the normal CSS customiser using:

    p.contacthead {
    font-family: “BebasNeue_Bold”;
    letter-spacing: 0px;
    line-height: 1.0;
    color:rgb(223, 122, 57);
    font-size: 45px;
    }
    p.contactaddress {
    font-family: “BebasNeue_Bold”;
    letter-spacing: -1.0px;
    line-height: 1.0;
    color:rgb(119, 119, 118);
    font-size: 25px;
    }
    p.contact {
    font-family: “BebasNeue_Bold”;
    letter-spacing: 0px;
    line-height: 1.0;
    color:rgb(119, 119, 118);
    font-size: 35px;
    }

    But the text is not changing – can you help?

    Thanks

    #1300463
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    @font-face {
    	font-family: "BebasNeue_Bold";
    	src: url("//site.taylored-group.com/wp-content/themes/x-child/fonts/bebasneue_bold-webfont.woff") format("woff");
    	font-weight: bold;
    }
    p.contacthead {
    	font-family: "BebasNeue_Bold";
    	letter-spacing: 0px;
    	line-height: 1.0;
    	color:rgb(223, 122, 57);
    	font-size: 45px;
    }
    p.contactaddress {
    	font-family: "BebasNeue_Bold";
    	letter-spacing: -1.0px;
    	line-height: 1.0;
    	color:rgb(119, 119, 118);
    	font-size: 25px;
    }
    p.contact {
    	font-family: "BebasNeue_Bold";
    	letter-spacing: 0px;
    	line-height: 1.0;
    	color:rgb(119, 119, 118);
    	font-size: 35px;
    }

    Hope it helps 🙂

    #1300540
    Megalon
    Participant

    Hi there

    Is all of that supposed to go in the Customiser CSS? Or is the first part supposed to be in the style.css?

    Thanks

    #1300545
    Darshana
    Moderator

    Hi there,

    You can add all the code into your Customizer, Custom > CSS area.

    Thanks!

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