• Resolved roxyramos123

    (@roxyramos123)


    I just uploaded your plug in and I am looking to change the hover link color using the Popup Text embed type. Is there coding we can add to the HTML code to make this happen?

    Viewing 1 replies (of 1 total)
    • Plugin Author Shycoder

      (@turn2honey)

      Hi,

      Thanks for downloading Embed Calendly.

      Kindly add the style_class option to the embed shortcode, eg:

      [calendly url="https://calendly.com/example/call" type="3" text="Book Now" text_color="#000000" text_size="18" style_class="my_booking_button"]

      And then you can set the hover effect with CSS (WordPress Admin > Appearance > Customize > Additional CSS) eg:

      .my_booking_button:hover {
      color: #f90032 !important;
      }

    Viewing 1 replies (of 1 total)
    • The topic ‘Hover Link Color’ is closed to new replies.