How can I adjust the menu size in the Colorblock theme?

Using the Colorblock Theme and looking for a way to change the main menu / drop-down menu size. The font is too small. https://openstudioshop.ca/

Thank you!

Hello @BydlowskaL

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Hi @BydlowskaL

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.header__menu-item{
font-size:large;

}

.mega-menu__list--condensed .mega-menu__link {
font-size:16px !important;
width:max-content !important;
}

Hope my answer will help you.