Shopify themes, liquid, logos, and UX
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!
Hello @audrey20014
Can you please give me your store password?
Thanks
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.
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;
}
}
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
It's OK Buddy!
Yes, It's theme.css.liquid
User | RANK |
---|---|
127 | |
102 | |
74 | |
72 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022