RevDun Posted January 5, 2020 Share Posted January 5, 2020 I'm using Bedford and looking to change both the title (bold) and text (no formatting) that appear in a banner. I'd like to use CSS to do this, because I'm using custom fonts that I uploaded, and they don't appear in the site styles dropdown lists. Thanks in advance! www.middle.st Link to comment
tuanphan Posted January 6, 2020 Share Posted January 6, 2020 /* welcome */ .desc-wrapper p:nth-child(3) strong { font-family: 'Aspira'; } /* text */ .desc-wrapper p:nth-child(4) { font-family: futura-pt !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
RevDun Posted January 7, 2020 Author Share Posted January 7, 2020 That worked, thanks so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.