Hi, could anyone give me guide on setting Venture’s mobile’s menu’s font type, size, color, and background color?
I’ve tried the theme setting page, but the font size there is still too big, and no features for background color, bold font, and so on. Looking forward to any kind of support, thanks!
My goal:
Make the font size smaller
Change the white background to another color
Change font type or make the font type bigger (optional)
1 Like
@Lovinflame
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
Hi, this is my site: Grandhall21
1 Like
Its password protected share Store front Password.
@Lovinflame
- Navigate to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
- Save it.
a.drawer__nav-link.drawer__nav-link--top-level {
font-size: 14px !important;
}
.drawer__inner {
background-color: red !important;
}