SRP 0 Share Posted July 12, 2020 (edited) Site URL: https://seagroverehab.com We are using the Pacific template; I am having difficulty using CSS code I found in other threads to make the "Schedule a Discovery Call" in our top nav be a CTA button. Anyone know if it can be done and how? We don't have a secondary nav option that I've seen in some tutorials. If a button isn't possible, it is possible to have "Schedule a Discovery Call" in a different font color than the others using Code? (It isn't possible in Site Styles.) Thanks! Edited July 12, 2020 by SRP clarifying Link to post
tuanphan 9,339 Share Posted July 12, 2020 Add to Home > Design > Custom CSS header#header [href*="calendly.com"] { background: white; color: blue; } SRP 1 You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
SRP 0 Author Share Posted July 12, 2020 (edited) Thank you, tuanphan! That worked perfectly. Do you know how I could make the font color change on the button to either Gold rgb - 166, 121, 069, hex - #A67945, or Teal rgb - 036, 081, 082, hex - #245152? I tried: header#header [href*="calendly.com"] { background: white; color: #245152; } But it didn't change it. Edited July 12, 2020 by SRP Link to post
tuanphan 9,339 Share Posted July 12, 2020 5 hours ago, SRP said: Thank you, tuanphan! That worked perfectly. Do you know how I could make the font color change on the button to either Gold rgb - 166, 121, 069, hex - #A67945, or Teal rgb - 036, 081, 082, hex - #245152? I tried: header#header [href*="calendly.com"] { background: white; color: #245152; } But it didn't change it. header#header [href*="calendly.com"] { background: #fff; color: #245152 !important; } header#header [href*="calendly.com"]:hover { color: #efece5 !important; } You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
SRP 0 Author Share Posted July 12, 2020 Brilliant! Thank you so much for all your help!! Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment