Product buttons - by queenb123 - on WordPress WooCommerce support

This topic has 12 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall

  • Avatar: queenb123
    queenb123
    Participant
    February 10, 2015 at 17:11

    how do i change the default product buttons please? I would like them to be filled in buttons…

    http://atahahair.com/

    11 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 10, 2015 at 18:10

    Hello,

    Could you please show a screenshot what buttons you’d like to have?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: queenb123
    queenb123
    Participant
    February 10, 2015 at 18:56

    Avatar: Eva
    Eva Kemp
    Support staff
    February 10, 2015 at 21:35

    Hello,

    Please add this code in custom.css file:

    .etheme_add_to_cart_button {
       background-color: black;
    }

    Regards,
    Eva Kemp.

    Avatar: queenb123
    queenb123
    Participant
    February 11, 2015 at 12:12

    i also wanna change the font color, how do i change both font color and back ground of button?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 11, 2015 at 14:44

    Hello,

    Please add this code in custom.css file:

    .etheme_add_to_cart_button {
       background-color: black;
       font-family: arial;
    }

    Change the values to yours.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: queenb123
    queenb123
    Participant
    February 11, 2015 at 15:25

    ok but i wanted to change the font colour also, not the font family???

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 11, 2015 at 15:33

    Hello,

    In this case you need add this code

    .etheme_add_to_cart_button {
       background-color: black;
       color:red;
    }

    Regards,
    Robert Hall.

    Avatar: queenb123
    queenb123
    Participant
    February 11, 2015 at 19:58

    sorry maybe i am not making myself clear, i would like the filled background,

    background colour: #f08498
    then the font inside the button should be #ffffff

    i cant seem to change the font colour without changing the entire font color of the whole website!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 11, 2015 at 20:08

    Please add following code into custom.css file.

    .etheme_add_to_cart_button {
       background-color: #f08498;
       color:#ffffff !important;
    }

    Regards,
    Robert Hall.

    Avatar: queenb123
    queenb123
    Participant
    February 11, 2015 at 20:19

    Thank you that worked!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 11, 2015 at 20:28

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘Product buttons’' has been successfully resolved, and the topic is now closed for further responses

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