I am trying to change the format of the collection images in the sub menu of the sub menu of the header menu in the mobile view. They need to be set to square to match the format of the product images. How could I accomplish this?
Add this code to the Theme settings=> Custom CSS:
header-drawer .menu-drawer__link-image {
aspect-ratio: 1/1;
}
Can try Header section Custom CSS too.
thank you very much that worked perfectly.
