Shopify Dropdown menu font and picture size increase

Hi, I am using Charge v2.1 theme. I managed to get the drop down menu working but cant seem to find a way to increase the font and picture sizes in the dropdown menu. Any kind of help will be appreciated.

Thanks.

Hi @NovaElec

Please share your store url.

Hi,

Need to Modify the CSS (theme.css, style.css, or similar)

Code example for Increasing Font Size

/* Dropdown menu font size */
.dropdown-menu .menu-item a {
    font-size: 16px; /* Adjust the font size as needed */
}

Code example Increasing Picture Sizes

/* Dropdown menu image size */
.dropdown-menu .menu-item img {
    width: 50px; /* Adjust the width as needed */
    height: auto; /* This maintains the aspect ratio */
}

/* If you are using icons instead of images */
.dropdown-menu .menu-item i {
    font-size: 24px; /* Adjust the size for font icons */
}

Hi @Kyle_liu , here is our store URL:

https://novaelectrical.com.au/

Hi @NovaElec

I can help you with it. So I need to access your store as a collaborator if possible.