Home Forums WoodMart support forum Few Points Reply To: Few Points

#560304

Hello,

01. You need to open your SVG logo file with some editor like Sublime Text or the default system text editor and add height and width attributes to your <svg> tag like it is shown on the screenshot (https://prnt.sc/N-wyqYgD3npT)

Make sure that the value is set without % or using px. For example 100 or 100px
Then you will need to re-upload your logo in Header Builder.

02. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.wd-tools-element .wd-tools-icon:before {
    content: "basket" !important;
}

03. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

body .wd-action-btn.wd-sizeguide-btn>a:before {
    content: "";
}

04. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.single-product .wd-swatch {
    width: 50px !important;
    height: 30px !important;
}

05. Navigate to Layouts > Edit Single Product Layout with page builder and customize the layout.

06. Sorry, but there is no option in Theme Settings available for that.

Best Regards.