Home Forums WoodMart support forum Product Price colors in Search Results are Not reflecting as SET in Adv Typogra Reply To: Product Price colors in Search Results are Not reflecting as SET in Adv Typogra

#358414

Luke Nielsen
Keymaster

Hello,

13a. Seems that it’s some glitch with rendering in the browser, so please replace the old code that makes the underline thinner on the below one. This one will be better.

https://gyazo.com/a1ef6364a0b9a2590723fc39a5f4fc2d

.whb-header .wd-nav.wd-style-underline .nav-link-text:after {
    height: 0.9px;
}

13c. Here is a code for adding indent from below for the “Tags”.

.single-product .tagged_as a {
    margin-bottom: 5px;
}

13h. Sorry but there is no way to collapse the menu in the HTML block for the footer.

14. The below code hides these social icons on the “faq” page.

.page-id-660 .wd-social-icons .social-facebook,
.page-id-660 .wd-social-icons .social-instagram,
.page-id-660 .wd-social-icons .social-youtube,
.page-id-660 .wd-social-icons .social-pinterest {
    display: none;
}

15i. Sorry, but the swatches functionality comes from WooCommerce so our theme cannot affect it.

15ii. Please, try to use this code for aligning the “Out of stock” text.

.single-product p.stock.out-of-stock {
    margin-bottom: 4px;
}

16i. Unfortunately, so far we don’t have such functionality to break into columns the “Header mobile”.

16ii. So you can use the “Space” element to align some content to the right side.

https://gyazo.com/7265a7848ce6b7e1b13b567fe863d747

Kind Regards