MillyBanks Posted January 26, 2022 Share Posted January 26, 2022 (edited) Site URL: https://porcupine-duck-zbe8.squarespace.com/experiences I am wondering if I can customise the colour of the link text on specific sections of my website. For example I have one section on a deep blue background so would like the link to be white (including the underline) and then below I would like the link to be the deep blue to match the text I am also having an issue with the custom colour of the blocks. I have used the code #block-882c1b14404aa29216bd p {color: #FFFF !important; } Which works when I am in the CSS editor but when I click off it is sometimes defaulting to black. Any ideas on this also welcomed! Edited January 26, 2022 by MillyBanks Link to comment
tuanphan Posted January 26, 2022 Share Posted January 26, 2022 #1. Add to Design > Custom CSS /* read more color */ div#block-882c1b14404aa29216bd a { color: white; border-color: white; } /* read more 2 color */ div#block-5a1039435d1b66ca9c09 a { color: black; border-color: black; } MillyBanks 1 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
MillyBanks Posted February 1, 2022 Author Share Posted February 1, 2022 Thanks @tuanphan - brilliant as always! 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