Home › Forums › WoodMart support forum › RECENTLY VIEWED PRODUCTS RECENTLY VIEWED PRODUCTS This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 1, 2020 at 3:04 pm #237698 vijayParticipant 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. November 1, 2020 at 7:33 pm #237739 Elise NoromitMember 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 November 3, 2020 at 2:47 pm #238300 vijayParticipant Thanks above is done. Kindly let me know how to change backgound color Recently viewed products in footer November 3, 2020 at 6:37 pm #238378 Elise NoromitMember 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 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register