I used the following CSS to change the size of the icon in the sticky nav;
.wd-nav-sticky>li>a .wd-nav-img {
flex: 0 0 auto;
margin-right: 0;
max-width: none;
max-height: none;
width: 30px !important;
height: 30px !important;
}
The CSS is in the Custom CSS in the woodmart settings.
This works on some pages (eg the home page), but if I go into some other pages (eg a product category) then it reverts to the old 20x20px dimensions. When it reverts to old dimensions the css is being loaded from:
“opt-sticky-nav.min.css?ver=7.4.3”
But on the pages which show the new and correct 30x30px the CSS loads from “(index)”.
The best example of this would be in your Mega Electronics demo seen here: https://woodmart.xtemos.com/mega-electronics/
I cannot share a link because its being developed locally.