New Landing How can we help? Cardinal Change hover background and text color of transparent dark buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #90596
    kermit73
    Member
    Post count: 31

    Hi there,

    where or how can I change the hover background and text color of transparent dark buttons?

    Thanks a lot!

    #90766
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    a.sf-button.transparent-dark:hover {
      background-color: #111111 !important;
    }
    a.sf-button.transparent-light:hover, a.sf-button.transparent-dark:hover {
      color: #ffffff!important;
    }

    – Kyle

    #97927
    Bapt
    Member
    Post count: 5

    Hi Kyle,
    I have put a transparent-light button in my footer and the hover fill the button in white, it’s ok but the text and the icon stay white and so disappear.
    A tried a lot of things without result.

    I have added the code below in my custom CSS but it didn’t work (exemple in the screenshots)

    a.sf-button.transparent-light:hover, a.sf-button.transparent-dark:hover {
      color: #333333!important;
    }

    What can I do to fix that and have the same action than the transparent-light button present in the shortcodes page ?

    Attachments:
    You must be logged in to view attached files.
    #97939
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This will be because of your footer link hover color, as it overrides the main hover color for the button. If you could provide me with your link I will see if I can provide some custom CSS to change it

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register