is there also a way to change the size of the navigation header menu items? They are currently very small and thin? But I cant see how to do this? i’d like them to be 50% bigger and thicker line weight please
hii, @peter550
Paste this code on top of the theme-crictical.css file.
ul.x-menu--level-1--container li a {
font-size: 22px;
font-weight: bolder;
}
.icon--cart {
height: 55px !important;
width: 35px !important;
}
height: 35px !important;
width: 35px !important;
}
.icon--account {
height: 35px !important;
width: 35px !important;
}