Home › Forums › WoodMart support forum › Change icon in the on the cart panel Change icon in the on the cart panel This topic has 9 replies, 2 voices, and was last updated 4 years ago by Elise Noromit. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts December 4, 2020 at 11:06 am #247738 BertranddesmetsWMParticipant Hi, Is there an option to change the icon you see on the screenshot attached? Thanks for the help! Best regards, Attachments:You must be logged in to view attached files. December 4, 2020 at 3:33 pm #247870 Elise NoromitMember Hello, Please provide the icon and I will provide the CSS for you. Best Regards December 4, 2020 at 7:41 pm #247936 BertranddesmetsWMParticipant What format and size should the icon have? Svg? Thanks! December 4, 2020 at 10:46 pm #247983 Elise NoromitMember Hello, There iare no requirements, the SVG should be as per your needs. You can take any demo SVG and make yours on their base. Best Regards December 5, 2020 at 2:37 pm #248110 BertranddesmetsWMParticipant Hi, Ok thanks for the quick answer. Please find the image link in the private area. Kind regards, December 5, 2020 at 10:30 pm #248196 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .cart-widget-side .widget_shopping_cart .empty:before { content: ""; width:100%; height:100px; background-image:url(https://jacptstr.imsc-services.com/wp-content/uploads/2020/10/JUNA_favicon.svg;) bacground-size: contain; background-position:center center; background-repeat: no-repeat; } Best Regards December 7, 2020 at 9:24 am #248501 BertranddesmetsWMParticipant Hi, The code does not work. The image is not showing. I also tried with another image with another size. Thanks. December 7, 2020 at 2:16 pm #248565 Elise NoromitMember Hello, Please provide your site admin access to the private area. Best Regards December 7, 2020 at 5:20 pm #248617 BertranddesmetsWMParticipant Hi, Ok. Thanks. kind regards. December 8, 2020 at 10:50 am #248846 Elise NoromitMember Hello, Please replace the code with this one: body .cart-widget-side .widget_shopping_cart .empty:before{ content: " "; width:64px; height:64px; background-image:url(https://jacptstr.imsc-services.com/wp-content/uploads/2020/10/JUNA_favicon.svg); background-size: cover; background-position:center center; background-repeat: no-repeat; margin:20px auto; } Best Regards Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register