Cart icon and buttons - by etinteractive

This topic has 4 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: etinteractive
    etinteractive
    Participant
    May 26, 2015 at 02:20

    I changed the MAIN color scheme to blue however the cart icon always stays red and so do all the html buttons.

    For example
    .empty-category-block .btn:hover {
    background-color: #e5534c !important;
    border-color: #e5534c !important;
    color: #fff !important;

    Why are buttons forced to be red? they should match the color i choose in admin settings.

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 26, 2015 at 07:28

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: etinteractive
    etinteractive
    Participant
    May 26, 2015 at 21:00

    Notice the giant red icon and the button hover is still red.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 27, 2015 at 13:08

    Hello,

    Try to use this code in style.css file of your child theme:

    .empty-category-block .btn:hover {
      background-color: blue !important;
      border-color: blue !important;
    }

    Regards,
    Eva Kemp.

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