Sleepy_Angels Posted March 24, 2021 Posted March 24, 2021 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!
ErikaT Posted March 24, 2021 Posted March 24, 2021 Hi, Try: .sqs-block-html a, a * { color: #4169e1!important; }
ErikaT Posted March 24, 2021 Posted March 24, 2021 Also looks like you have some rogue code here you need to tweak 🙂
Sleepy_Angels Posted March 26, 2021 Author 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?
ErikaT Posted March 26, 2021 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.
Sleepy_Angels Posted April 2, 2021 Author 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; }
ErikaT Posted April 3, 2021 Posted April 3, 2021 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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.