Promo Icon Products Page

Home Forums Legacy Support Support queries Styling issues Promo Icon Products Page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #165434
    Where can I change color of the promo icon that appear on the picture of the products page ? http://prntscr.com/jv2kmh  
    #165502
    Mark Morgan
    Spectator
    To change the color of promo icon you have add the below given css code in your custom css. To do this please go to wp-admin -> Appearance ->Customize -> Custom css and paste this css code. .woocommerce span.onsale{background:#000 !important;}
    #165555
    Ok it worked thanks.  Can you also do a css for the products widget on the footer.  There is no place to change the color.
    #166091
    Diana
    Participant
    @chrystianbourassa Paste this css in wp-admin > Appearance > Customize > Custom css .widget_products h4,  .woocommerce ul.product_list_widget li a {color:#f7be68 !important;}
    #166247
    This css has changed the text above prices.  That's not what I want.  Just the prices for widget.
    #166350
    Mark Morgan
    Spectator
    Please share the screenshot what you want to change.
    #166374
    Here is the screenshot http://prntscr.com/jwpal4 Also price widget on the side too.
    #166451
    Mark Morgan
    Spectator
    Please add the below given css code in your custom css, it will change the text color of price. footer .woocommerce ul.product_list_widget li .amount{ color:#000 !important; }
    #166513
    Thank you.  Close this request.
    #166565
    Mark Morgan
    Spectator
    Thanks for confirmation, closing this topic.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Promo Icon Products Page’ is closed to new replies.