Button with href of tel - colour being overridden in responsive.css

Hello,

A regular button with an href set to tel:123456 is having its text colour changed by CSS within the responsive.css stylesheet.

I see ".action_button" is excluded, can any button be excluded?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Please also attach a screenshot showing what you refer to.

    Thanks

  • Thanks.

    The site is under development, but you can gain access at this link: https://shorturl.at/ZxwfI

    When in, you can visit https://shorturl.at/lbBLD

    View the page in a resolution of less than 1239px, hover over the "Give us a call" button and you will see:


  • Thanks for the details.

    For now, please use the following CSS code:

    a[href^=tel]:not(.action_button):not(.button){color:inherit;}
    

    This fix will be implemented in the upcoming update.


    Best regards

  • Thanks, appreciated.

Sign In or Register to comment.