How can I adjust the font size and brightness of my menu button?

Hello all,

I have been trailing the code for the Venture theme for ages now and i can’t figure this part out. I think the text after you click on menu is too large and needs taken down a few font sizes. Is someone able to check for me on how to do this please?

Also, the Menu button, it is dull until hover over then turns bright, can we make it just bright all the time instead please?

Thank you ever so much for your time!

the link to the shop is https://shop-cnlselectronics.co.uk/ and the password is hello

Steven

a.drawer__nav-link.drawer__nav-link--top-level {
    font-size: 18px;
    font-weight: normal;
}
.grid.grid--no-gutters.meganav__scroller.meganav__scroller--has-list {
    font-weight: 600;
}

Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like

Hello,

that’s absolutely fantastic thank you!

Do you know how to fix the other query too by any chance? How the “Menu” button has some kind of transparency to it but is proper bright when you hover over it. Id like it to be bright all the time and not dull.

Thank you again,

Superb!

Want to modify or incorporate custom changes on store, Hire us
If helpful then please Like and Accept Solution .

button#SiteNavCompressed {
    color: #e1ff00;
}

Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like

Outstanding yet again! :slightly_smiling_face:

hello, im not sure if it was something that we did before or me messing about with it previously but all these product pages seem to be too far up as you can see the text is behind the navigation bar. How can we move this down please?

Ive attached a photo of it

thank you

.site-header__upper.page-width {
    padding: 0;
}

Thank you, that’s resolved that issue. However, when you click on “menu” and the sidebar opens. Half of the word “menu” now disappears. Can we move the “navigation bar” up the page a little to stop it disappearing now we have changed that?