Cart text color

Home Forums Legacy Support Support queries Setup issues Cart text color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25925
    priyakantshah142
    Participant
    Hello, How do I change Mini Cart text color and top-bottom scroller button shown in Image.
    #26502
    H.K. Latiyan
    Participant
    Please use this custom css:
    div.woocart.active ul.cart_list.product_list_widget li.mini_cart_item a,div.woocart.active p.total {
    color:#000;
    }
    
    div#scrolltop a {
    color:#fff;
    }
    #26742
    priyakantshah142
    Participant
    Thanks For Support But still a No. of Quantity and multiplication of Price are not visible. How do i change color of that? Example . <span class="quantity">1 × <span class="amount">₹19.00  This shows below the Name of Course. </span></span>
    #27136
    H.K. Latiyan
    Participant
    Please use this custom css:
    div.woocart.active ul.cart_list.product_list_widget li.mini_cart_item span{
    color:#000;
    }
    #27158
    priyakantshah142
    Participant
    Thank you for your kind support.It is good now.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Cart text color’ is closed to new replies.