• Resolved lindasca

    (@lindasca)


    Hello everyone,

    I just received my site from a professional website creation company. To my dismay, they refused to fix the following errors without additional payment, so I’m hoping that someone can help me address the issues. Thank you in advance!

    1. When I’m in Customizer, the price next to the shopping cart icon appears in pink; however, when I exit Customizer, the price color changes and isn’t visible unless you hover over it. I’d like the price to appear in pink on the site so that it’s visible.

    2. When you hover over the shopping cart icon, the letters of the “Checkout” button (beneath “View Cart”) are not visible unless hovered over.

    https://bba.128.myftpupload.com/

    -Linda

Viewing 5 replies - 1 through 5 (of 5 total)
  • 1. The cart price is in pink for me. Maybe you fixed it by now. Try clearing your browser cache. If you still have the problem, please say what browser you are using.

    2. Try this custom css:

    .site-header-cart .widget_shopping_cart a.button {
      color: #2B2B2B !important;
    }
    

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter lindasca

    (@lindasca)

    It worked beautifully! Thank you!

    Thread Starter lindasca

    (@lindasca)

    Hi again,

    Now I understood that the price is not visible after you click on it. Is there a way so that the price doesn’t change color after you click on it?

    Thank you so much for your help!

    #site-header-cart a:visited {
      color: #ff4b4b;
    }
    Thread Starter lindasca

    (@lindasca)

    Yes! That worked!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Colors Related to Cart Dropdown’ is closed to new replies.