Change Colors OF Buttons - by Libardo - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Stan Russell

  • Avatar: Libardo
    Libardo
    Participant
    March 27, 2015 at 04:40

    Good Day Support,

    Could you please assist how to change the following buttons colors? I have circle them all in red color:

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/4444_zpsg5dwripf.png

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/fsdfsdf_zps55m0sv82.png

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/54545_zpswm8gg3qu.png

    Can they be changed via the custom.css file? OR code that can be added in the CSS option?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: stan
    Stan Russell
    Participant
    March 27, 2015 at 08:49

    Hello,

    please add following code to yours custom.css file:
    for search button:

    .header-type-3.slider-overlap .header .et-search-trigger .fa-search {
      background-color: red;
    }

    for ‘To top’ button:
    .back-top a{background:red; border-color: red}

    for Linkedin button:
    .menu-social-icons .ico-linkedin{background:red}

    for ‘Mail to friend’ button:
    .menu-social-icons .ico-envelope{background:red}

    for ‘Sign up’ button:
    .mc4wp-form input[type="submit"] {background:red}

    Regards,
    Stan Russell

  • Viewing 2 results - 1 through 2 (of 2 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.