Re: Fontsize on a drop down menu

How can I increase the font size in my dropdown menu?

audrey20014
Tourist
9 0 1

Hi,

I've worked with a coder to create my website https://audreyeve.com. I'd like to make the fontsize bigger in the drop down menu Shop- Paintings and Other. I'd like for "paintings and other" to be bigger.

How can I go edit that in my code?

 

Thanks!

Replies 5 (5)

devangfour
Shopify Partner
43 10 8

Hello @audrey20014 

Can you please give me your store password?

 

Thanks

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help
audrey20014
Tourist
9 0 1

it’s « crealy »

Thanks! Also, it might be pertinent to know that the issue is mostly on the mobile version of my website. Even though the « Paintings » and « Other » are small in the desktop version, it’s even smaller on the mobile version.

devangfour
Shopify Partner
43 10 8

Can you please add below CSS

@media(max-width:767px){
.section-header-product h2 {
    font-size: 25px;
}
.product-vendor{
    font-size: 19px;
}
.product-title{
    font-size: 16px;
}
.product-card.layout-1 .product-image{
       padding-bottom: 0;
}
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help
audrey20014
Tourist
9 0 1

Thank you I’ll try!

Is the css in the theme.scss.liquid? 

I’m sorry if this might sound a dumb question, i reallly don’t know nothing about coding haha

devangfour
Shopify Partner
43 10 8

It's OK Buddy!

 

Yes, It's theme.css.liquid

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help