• Resolved Kevin K.

    (@bizbee403)


    Hello, I’m using the Woocommerce Storefront theme. I have the background set to black and the text to white. However when I hover my mouse over the Cart icon at the top of the page the dropdown box has white text on a white background. I would like to change the text in this box only to black. How do I do this? Any help will be appreciated since I’ve already pulled the hair out of my head on the right side trying to figure this out and I’m trying to salvage the left side now.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You will need to go to the Customizer’s Additional CSS tab add the following code:

    `.site-header-cart .widget_shopping_cart {
    color: #000; }`

    Remember to click the Publish button before closing the Customizer.

    Thread Starter Kevin K.

    (@bizbee403)

    Carme, you are wonderful! Thank you, thank you, thank you so much!

    Happy to be of service!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce Storefront theme shopping cart display issue’ is closed to new replies.