Tagged: x
-
AuthorPosts
-
December 21, 2016 at 6:36 am #1300458
MegalonParticipantHi 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
December 21, 2016 at 6:43 am #1300463
ThaiModeratorHi 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 🙂
December 21, 2016 at 8:19 am #1300540
MegalonParticipantHi 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
December 21, 2016 at 8:27 am #1300545
DarshanaModeratorHi there,
You can add all the code into your Customizer, Custom > CSS area.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1300458 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
