marmar Posted October 31, 2019 Share Posted October 31, 2019 Hi, I'm using Brine Template and would like to change my links in the text to bold. I couldn't find it in the settings. I tried this css code: a:link {; font-weight: bold;; } however it changed all my links to bold, not only text blocks, but also links in summary and other blocks, which I don't want. Does anyone know how to make bold links only in the text blocks? Thanks in advance! Link to comment
tuanphan Posted October 31, 2019 Share Posted October 31, 2019 @marmar Can you share link to your site, and which text block do you want to change link color? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
marmar Posted October 31, 2019 Author Share Posted October 31, 2019 5 minutes ago, tuanphan said: @marmar Can you share link to your site, and which text block do you want to change link color? https://www.laidbacktrip.com/posts/5-must-visit-places-malaysia In all text blocks on my site. (note: bold text you can see is in markdown block) Link to comment
tuanphan Posted October 31, 2019 Share Posted October 31, 2019 @marmar Add to Home > Design > Custom CSS .sqs-block-content a { font-weight: bold; border-bottom-width: 3px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
marmar Posted October 31, 2019 Author Share Posted October 31, 2019 4 minutes ago, tuanphan said: @marmar Add to Home > Design > Custom CSS .sqs-block-content a { font-weight: bold; border-bottom-width: 3px !important; } Thank you for the code, however it changed also links in summary posts to bold, would it be possible to adjust the code just to affect the links only in text blocks? Link to comment
tuanphan Posted November 5, 2019 Share Posted November 5, 2019 @marmar try adding .BlogItem to before .BlogItem .sqs-block-content a { font-weight: bold; border-bottom-width: 3px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
marmar Posted December 6, 2019 Author Share Posted December 6, 2019 On 11/5/2019 at 3:57 AM, tuanphan said: @marmar try adding .BlogItem to before .BlogItem .sqs-block-content a { font-weight: bold; border-bottom-width: 3px !important; } Hi tuanphan, sorry it took me long time to get back to you. The solution you coded works like a charm and it's almost perfect know! One last thing, I use a summary block at the end of my blog posts, and the title on these is still bold, any chance to make it plain text again? Thank you for your answer. Link to comment
tuanphan Posted December 6, 2019 Share Posted December 6, 2019 Just now, marmar said: Hi tuanphan, sorry it took me long time to get back to you. The solution you coded works like a charm and it's almost perfect know! One last thing, I use a summary block at the end of my blog posts, and the title on these is still bold, any chance to make it plain text again? Thank you for your answer. please share link to blog posts. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
wernetti Posted September 28, 2020 Share Posted September 28, 2020 Hi Tuan, I have a similar question—I'd like for links within my blog and portolio pages to be bold by default, but don't necessarily want links on the main pages to be bold. I copied both snippets you shared; the first snippet turned all links bold. The second snippet didn't make any links bold. Could you take a look at my site and see if you might be able to help me out? Really appreciate it. https://www.wernetti.com/blog/kearsarge-pass-and-the-eastside Link to comment
tuanphan Posted September 28, 2020 Share Posted September 28, 2020 6 hours ago, wernetti said: Hi Tuan, I have a similar question—I'd like for links within my blog and portolio pages to be bold by default, but don't necessarily want links on the main pages to be bold. I copied both snippets you shared; the first snippet turned all links bold. The second snippet didn't make any links bold. Could you take a look at my site and see if you might be able to help me out? Really appreciate it. https://www.wernetti.com/blog/kearsarge-pass-and-the-eastside Add to Page Settings > Advanced > Header (If you use Personal Plan > Edit Page > Add Code Block > paste below code) <style> .sqs-block-content a { font-weight: bold; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
mnewell Posted August 3, 2021 Share Posted August 3, 2021 Hi tuanphan, Is there a way to bold links in the text (text blocks), but not the text in the footer? Site: https://perch-puma-kdgl.squarespace.com/ PW: Lightning2021! Thanks! Link to comment
tuanphan Posted August 5, 2021 Share Posted August 5, 2021 On 8/4/2021 at 5:37 AM, mnewell said: Hi tuanphan, Is there a way to bold links in the text (text blocks), but not the text in the footer? Site: https://perch-puma-kdgl.squarespace.com/ PW: Lightning2021! Thanks! Try this code div.Site-inner .html-block a { font-weight: bold; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
mnewell Posted August 24, 2021 Share Posted August 24, 2021 Thanks, tuanphan! That works great. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.