Add to Basket text colour wrong

Home Forums Legacy Support Support queries Styling issues Add to Basket text colour wrong

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #128291
    Hi - I've noticed recently that the buttons in my Woocommerce shop are not showing the text due to an issue with colour. See example here: https://ithinksport.com/product-category/webinars/ The Add to Basket button text is now a different colour - how can I change this?  
    #128425
    H.K. Latiyan
    Participant
    Hi, Try adding the bellow css in your appearance->customize->custom css: .woocommerce ul.products li.product .add_to_cart_button {color:#fff;}
    #128444
    Worked on that button but 'Apply Coupon' button, 'View Basket' button and 'Checkout' buttons have same issue
    #128580
    H.K. Latiyan
    Participant
    Hi, Try adding the bellow custom css:
    .woocommerce ul.products li.product a {color:#fff;}
    
    .woocommerce-page #content input.button {color:#fff;}
    #129371
    Hi I added the text but still the same problem - see screenshot here: https://prnt.sc/gmx9u5  
    #129403
    H.K. Latiyan
    Participant
    Hi, Try adding the bellow custom css: .woocommerce-page .woocommerce-mini-cart__buttons.buttons a {color:#fff;}
    #129499
    Fixed! Thanks so much - great support system! Will close the topic.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add to Basket text colour wrong’ is closed to new replies.