Home › Forums › WoodMart support forum › few questions › Reply To: few questions
Elise Noromit
Hello,
#9 the provided access is not valid. Try to enter the row settings > Design tab and remove color or image on the background.
#7 read and follow the instructions: https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/
#14 add this code to the Theme settings > Custom CSS:
.woodmart-highlighted-products.vc_carousel_container{
border-color: #f4a51c;
}
Change the color of the border.
As for the svg, follow the instructions:
Open your SVG icons file with some editor like Sublime Text or default system text editor and add height and width attributes to your <svg>
tag like it is shown: http://prntscr.com/kvj843
Then you will need to re-upload your icons in WordPress Dashboard.
I do not see width and height added to svg on your screenshots.
Best Regards