Sleepy_Angels Posted March 24, 2021 Share Posted March 24, 2021 (edited) Site URL: https://www.sleepyangelsconsultancy.com/baby-sleep-coach-blog/clocks-go-forward-what-now Hi All, I've spent a good few hours now trying out all the offered solutions to other people with similar questions and it just isn't working on my site! So apologies for the 'repeat' but none of the others are working for me. I want the hyperlinks in my paragraphs to appear #4169e1 and am happy to keep the underline. We just want our links to be more obvious to see if this helps increase the click rate. Any help is gratefully received! Edited March 24, 2021 by Sleepy_Angels duplicated url Link to comment
ErikaT Posted March 24, 2021 Share Posted March 24, 2021 Hi, Try: .sqs-block-html a, a * { color: #4169e1!important; } Link to comment
ErikaT Posted March 24, 2021 Share Posted March 24, 2021 Also looks like you have some rogue code here you need to tweak 🙂 Link to comment
Sleepy_Angels Posted March 26, 2021 Author Share Posted March 26, 2021 On 3/24/2021 at 5:06 PM, ErikaT said: Hi, Try: .sqs-block-html a, a * { color: #4169e1!important; } Hi, This didn't work either 😞 I am adding it right, aren't I? Design > Custom CSS and then just adding it at the bottom? Link to comment
ErikaT Posted March 26, 2021 Share Posted March 26, 2021 Hmmm, yup that's right add to Design > Custom CSS Your site is a 7.1 site and the above code works on mine and on yours when I add it in chrome devtools as per pic below. I suspect maybe you have a bracket missing somewhere in your Design > Custom CSS If you add the code to the very top of the Design > Custom CSS section, it should work then. If you want to paste your custom css code in here I can confirm where the rogue code is. Link to comment
Sleepy_Angels Posted April 2, 2021 Author Share Posted April 2, 2021 On 3/26/2021 at 5:21 PM, ErikaT said: Hmmm, yup that's right add to Design > Custom CSS Your site is a 7.1 site and the above code works on mine and on yours when I add it in chrome devtools as per pic below. I suspect maybe you have a bracket missing somewhere in your Design > Custom CSS If you add the code to the very top of the Design > Custom CSS section, it should work then. If you want to paste your custom css code in here I can confirm where the rogue code is. Hi, It worked when I put it at the top, thanks! But the rouge code is still there despite me not having anything I think is related to it in my CSS. If you could advise that would be great! Quote .sqs-block-html a, a * { color: #4169e1!important; } /* Show comment box */ .squarespace-comments .new-comment-area.anon-comments-off.logged-in-commenting-unsupported { display: block; } Link to comment
ErikaT Posted April 3, 2021 Share Posted April 3, 2021 (edited) Hi, It's the code in your blog item injection, it needs styles adding as below, that should fix it. <style> .Content-outer a { color: red !important; } .Content-outer a:hover { color: green !important; } </style> Edited April 3, 2021 by ErikaT Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment