saubuchon24
-
Posts
54 -
Joined
-
Last visited
Reputation Activity
-
saubuchon24 reacted to tuanphan in Increase size of product arrows and change the color of product arrows
Butler
password is incorrect
With product color, you can use this code to Custom CSS
.ProductItem-gallery-current-slide-indicator.enable-on-first-image-load.enabled { color: white !important; display: block !important; } .ProductItem .product-item-gallery-carousel-control::after { border-color: white !important; }
-
saubuchon24 reacted to Web_Solutions in Header thickness
Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS.
@media only screen and (min-width: 640px) and (max-width: 800px) { .header .header-announcement-bar-wrapper { padding-top: 2vw !important; padding-bottom: 2vw !important; } }
-
saubuchon24 reacted to Web_Solutions in Remove space underneath additional information
Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. And you have an a spacer block on the bottom in additional information. You need to remove it.
.view-item .products .ProductItem{ padding-bottom: 0 !important }
-
-
saubuchon24 got a reaction from EdnaNation in Spacing between blocks
I don't believe you can adjust the additional information part of the product page for mobile only, but if you can please let me know how!
-
saubuchon24 reacted to Ziggy in Heading overlapping
Try adding this to Custom CSS:
.header-layout-branding-center .header-nav { width: 44%; flex: 1 1 44%; } Interestingly I can't actually replicate the stacking.
-