-
AuthorPosts
-
December 12, 2023 at 8:45 pm #1427911
HI, I would I stylize the Calendly “Book now” text pop up on my homepage to look like an enfold styled button? Right now the text is kinda plane….
-
This topic was modified 1 year, 11 months ago by
joandjaxx.
December 13, 2023 at 3:08 am #1427937Hi joandjaxx,
On the Book Now, you can add this:
class=”avia-button avia-size-large avia-color-purple”
Here’s the code:<a href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/joandjaxx?hide_landing_page_details=1&hide_gdpr_banner=1'});return false;" class="avia-button avia-size-large avia-color-purple">Book Now</a>Hope it helps.
Best regards,
Nikko-
This reply was modified 1 year, 11 months ago by
Nikko.
December 13, 2023 at 7:26 pm #1428031Thank you! How would I make the button a hex color and xlarge?
December 14, 2023 at 3:37 am #1428044Hi joandjaxx,
To make it extra large, replace avia-size-large with avia-size-x-large
For color, replace avia-color-purple with my-custom-color (or name it however you like)
Then go to Enfold > General Styling > Quick CSS:#top .avia-button.my-custom-color { background-color: #333; color: #fff; }Just adjust the colors as you see fit (color is for text color).
Hope this helps.Best regards,
NikkoDecember 14, 2023 at 6:21 pm #1428150Thank you. I went ahead and added the code and it works. A few things – There is a white line on the bottom of my button now and there is no hover color change.
December 15, 2023 at 1:11 am #1428173Hi joandjaxx,
Try to add border: none; to the last code I gave:
#top .avia-button.my-custom-color { background-color: #e39a59; color: #fff; border: none; }Hope it helps.
Best regards,
NikkoDecember 15, 2023 at 7:16 pm #1428242Thanks and how do I make the button have a hover?
December 16, 2023 at 5:05 am #1428252Hi joandjaxx,
You can add a hover to it, by adding this CSS code (just adjust the colors):
#top .avia-button.my-custom-color:hover { background-color: blue; color: #fff; }Best regards,
Nikko -
This topic was modified 1 year, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
