lswn Posted June 19, 2020 Posted June 19, 2020 Hi! I'd like to change the color of the links on a single page, how can I set this up without affecting all of the other pages?
Beyondspace Posted June 20, 2020 Posted June 20, 2020 4 hours ago, lswn said: Hi! I'd like to change the color of the links on a single page, how can I set this up without affecting all of the other pages? Hi You can navigation to Admin->Pages-> Click on Gear icon when hover and inject the custom code into Advanced section BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
lswn Posted June 25, 2020 Author Posted June 25, 2020 What is the custom CSS code I can use to change the links? My link are all in my Header 2 texts.
tuanphan Posted June 26, 2020 Posted June 26, 2020 13 hours ago, lswn said: What is the custom CSS code I can use to change the links? My link are all in my Header 2 texts. Add to Home > Design > Custom CSS h2 a {color: red;} If one page, add to Page Settings > Advanced > Header <style> h2 a {color: red;} </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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.