New Landing How can we help? Atelier Change background for button in sub-menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #256555
    racheldeters
    Member
    Post count: 45

    I’m trying to change a button in my homepage “my account” dropdown menu. In the sub-menu that opens when you hover on “subscribe” I want to make the subscribe button show as black when not active and change to my theme’s pink color when the cursor hovers. Is there a way to change this in the color customizer or with custom css?

    I’d also love to align the little arrow “>” with the word subscribe in the sub-menu if possible. See attached image to see what I’m talking about.

    Thanks for any help you can provide.

    Attachments:
    You must be logged in to view attached files.
    #256590
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #mc4wp-form-1 input[type="submit"] {
        background-color: #222 !important;
        color: #fff;
    }
    
    #mc4wp-form-1 input[type="submit"] {
        background-color: pink !important;
        color: #fff;
    }

    Thanks
    Mohammad

    #256591
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #mc4wp-form-1 input[type="submit"] {
        background-color: #222 !important;
        color: #fff;
    }
    
    #mc4wp-form-1 input[type="submit"]:hover {
        background-color: pink !important;
        color: #fff;
    }

    Thanks
    Mohammad

    #256613
    racheldeters
    Member
    Post count: 45

    Works great! Thank you!

    #256621
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

Viewing 5 posts - 1 through 5 (of 5 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