tommmy Posted October 8 Posted October 8 Site URL: https://trout-clavichord-3x38.squarespace.com/ Hi all, I have a free account at Calendly and have imbedded the 'Popup text' option from Calendly into a code block. It works fine and all but I want to make the text Bold and have it underlined on hover. It's the text that says: 'Neem hier contact op'. Website: https://trout-clavichord-3x38.squarespace.com/ pw: Nothingtoseehere! Thanks in advance!
tommmy Posted October 8 Author Posted October 8 And I saw this: https://help.calendly.com/hc/en-us/articles/360019861794-Common-embed-questions#2 But I don't really understand where to put the codes under 'Create your own button'
Solution tuanphan Posted October 9 Solution Posted October 9 You can use this to Website Tools > Custom CSS div.code-block a[onclick*="Calendly"] { font-weight: bold; } div.code-block a[onclick*="Calendly"]:hover { text-decoration: underline; } 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!)
tommmy Posted October 10 Author Posted October 10 21 hours ago, tuanphan said: You can use this to Website Tools > Custom CSS div.code-block a[onclick*="Calendly"] { font-weight: bold; } div.code-block a[onclick*="Calendly"]:hover { text-decoration: underline; } This worked like a charm. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment