Topic Resolution: Resolved
  • Closed
  • Fanita Repanic
    Spectator
    02.03.2016 at 10:48 #24893

    Dear Theme4Press!
    1. Can you tell me how to disable footer widget background and shadows.
    On your support forum, I found the following code,
    .footer .widget-content {
    background: none;
    border: 0;
    box-shadow: none;
    }

    but I still have the widget below shadows and some line

    2. How do I change the color of stars in WooCommerce widget for the best rated products. I want to remove white picture frame in WooCommerce widget.
    Please look http://www.dalmatinski-med.com/pcelinji-proizvodi/med/

    Thanks in advence!

    Denzel Chia
    Moderator
    Posts: 2656
    03.03.2016 at 02:03 #24964

    Hi,

    For 1) Use the following in Theme options -> custom css

    .widget::after {
    box-shadow: none !important;
    }

    For 2)

    .product_list_widget .wp-post-image {
    border: medium none !important;
    }

    Thank you

    Fanita Repanic
    Spectator
    Posts: 14
    04.03.2016 at 06:23 #25007

    Thank you very much this has helped. How to change the color of the stars of rated products.
    Thanks

    Fanita Repanic
    Spectator
    Posts: 14
    04.03.2016 at 06:43 #25015

    Hi again i found code on your forum support.Many many thanks for your help.
    Fanita

    Denzel Chia
    Moderator
    Posts: 2656
    05.03.2016 at 01:33 #25033

    You are welcome!

    Thank you