Button Color - by 1922 Creative - on WordPress WooCommerce support

This topic has 6 replies, 4 voices, and was last updated 8 years, 1 month ago ago by Robert Hall

  • Avatar: businessdesignexpress
    1922 Creative
    Participant
    February 9, 2016 at 17:41

    Hello. I have added a code supplied to me to make the first button pink, white boarder, and white text.

    I would like to make all of the other buttons on the page no boarder, pink, and white text. How can I achieve this? Thanks!

    http://www.ganjaexpressclothing.com

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 9, 2016 at 19:59

    Hello,

    Please clarify what buttons you’ve changed and what you want to modify.

    Regards,
    Eva Kemp.

    Avatar: businessdesignexpress
    1922 Creative
    Participant
    February 10, 2016 at 05:19

    The shop all clothing button can stay the same. I want all the middle “shop now” buttons to be pink, with no boarder and white text.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 10, 2016 at 08:54

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    a.btn.medium.parallax-btn {
        background-color: pink;
        border: none !important;
        color: white;
    }

    Best regards,
    Jack Richardson.

    Avatar: businessdesignexpress
    1922 Creative
    Participant
    February 10, 2016 at 19:57

    Great. It worked for two of the buttons but the “Check it Out” and “Shop Bikinis” are still the same. Let me know how I can get them the same as well 🙂 Thank you!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 10, 2016 at 20:50

    Hello,

    Please use this code in GLobal Custom CSS.

    .btn.medium{
        background-color: pink;
        border: none !important;
        color: white;
    }

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.