Brak87 Posted August 5, 2019 Share Posted August 5, 2019 In order to use Font Awesome and some embded forms/widgets, I placed most of my content in custom code blocks on my Contact page. For some reason, links in custom code blocks don't inherit link styling (which is something I noticed a lot of other users saying, and something Squarespace should really look into) so I was forced to apply even more custom code to correct this. All is well except for the first link ... It's bold and shouldn't be. My custom CSS class calls for the font style to be normal. The other links using this class are displaying just fine, so it's making me a little crazy that this lone link isn't responding to instructions, lol. Here's the page in question: http://www.waywardexchange.com/contact . Any help is appreciated! Link to comment
tuanphan Posted August 5, 2019 Share Posted August 5, 2019 @Brak87 you mean: info@wayward....? Your CSS should be .contact-links { font-family: work sans; font-style: normal; text-decoration: underline; color: #ed0c5f; font-weight: normal; } 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
Brak87 Posted August 5, 2019 Author Share Posted August 5, 2019 Yes! Thank you so much @tuanphan! Such a simple fix, worked like a charm. It's still interesting to me why I was getting two different outcomes with the same class, but that's another issue for another day I suppose. All that matters is that it is now fixed. I so appreciate your help! Link to comment
tuanphan Posted August 5, 2019 Share Posted August 5, 2019 @Brak87 At first you don't use font-weight, so the link in that position inherits the parent's font-weight. Its father is Font weight of fa.fa-envelope is 900 (bold). (700, 800, 900 is bold) 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
Brak87 Posted August 5, 2019 Author Share Posted August 5, 2019 Thanks so much for the explanation! I always love to learn the ins and outs and understand why things work the way they do. Much appreciated! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.