Home Forums WoodMart support forum RECENTLY VIEWED PRODUCTS

RECENTLY VIEWED PRODUCTS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237698

    vijay
    Participant

    Hi Support,

    I have added widget Recently viewed products in footer but its showing in list i want it to show in row.

    Please help on this.

    Attachments:
    You must be logged in to view attached files.
    #237739

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .color-scheme-light .product_list_widget>li, 
    body .woodmart-dark .product_list_widget>li {
        display: inline-block;
    }

    Best Regards

    #238300

    vijay
    Participant

    Thanks above is done.

    Kindly let me know how to change backgound color Recently viewed products in footer

    #238378

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body #woocommerce_recently_viewed_products-3{
    background-color:red;
    padding:5px;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)