Add to cart button has black background and black letters

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

  • Avatar: pro2know
    pro2know
    Participant
    January 21, 2015 at 05:21

    Hello,

    When you click on a product the add to cart button you can’t read because black letters and black background how do I change this.

    Thanks

    Please, contact administrator
    for this information.
    8 Answers
    Avatar: pro2know
    pro2know
    Participant
    January 21, 2015 at 05:33

    I just noticed page numbers are doing the same thing.

    Avatar: stan
    Stan Russell
    Participant
    January 21, 2015 at 09:06

    Hello,

    please clear your browser cache and check your site.

    Regards,
    Stan Russell.

    Avatar: pro2know
    pro2know
    Participant
    January 21, 2015 at 14:45

    Should I be putting my extra custom.css code in my child themes style.css?

    Also how do I change the color of the text on the mobile navigation?

    Is there a way to change the color of the mobile navigation background and dropdown?

    Thanks for the best support!

    James Ewers

    Avatar: Eva
    Eva Kemp
    Support staff
    January 21, 2015 at 15:02

    Hello,

    If you’re using child theme you need write your style modifications in style.css of the child theme.
    To change menu items color on mobile add this code to style.css of your child theme or custom.css of the parent theme:

    .et-mobile-menu li a {
        color: #000;
    }

    Change color value to yours.
    And this code for background:

    @media (max-width: 480px) {.st-menu {
        background-color: #1A1A1A;
    }}
    .et-mobile-menu li > ul {
      background-color: #2C2C2C;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: pro2know
    pro2know
    Participant
    January 21, 2015 at 17:10

    It looks great for phones how would I change the colors on tablets?

    Thanks
    James

    Avatar: Eva
    Eva Kemp
    Support staff
    January 21, 2015 at 17:54

    Hello,

    Please add this code:

    @media (max-width: 979px) {.et-mobile-menu li a {
        color: #000;
    }
    {.st-menu {
        background-color: #1A1A1A;
    }
    .et-mobile-menu li > ul {
      background-color: #2C2C2C;
    }}

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: pro2know
    pro2know
    Participant
    January 21, 2015 at 19:03

    I add that code and it still left black background with black letters.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 21, 2015 at 19:10

    Hello,

    Please add this code into custom.css file.

    .st-menu .nav-wrapper .st-menu-content{
    background: #FAEFE3;
    }

    Don’t forget clear cache your site and browser.

    Regards,
    Robert Hall.

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