Topic Resolution: Resolved
  • Closed
  • Fanita Repanic
    Spectator
    March 2, 2016 at 10:48 am #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
    March 3, 2016 at 2:03 am #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
    March 4, 2016 at 6:23 am #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
    March 4, 2016 at 6:43 am #25015

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

    Denzel Chia
    Moderator
    Posts: 2656
    March 5, 2016 at 1:33 am #25033

    You are welcome!

    Thank you