How can I increase the font size of my navigation links?

im looking to make the navigation links circled :blue_circle: Larger then the view cart and search. Maybe increase font size to 16px.

my site is https://b32b39-5.myshopify.com/products/copy-of-test

Hi, @Luxurymrkt.

Go to Online Store
2) Edit Code
3) Find theme.liquid file

  1. Add the following code in the bottom of the file above tag.
@media (min-width: 320px) and (max-width: 767px) {
.header-sidebar__main-panel a {
    font-size: 20px;
}

}

Result:

THANK YOU. I JUST WANT SPECIFIC NAVIGATION ITEMS LARGER THE ONES CIRCLED IN RED

BRANDS

FOOTWEAR

BAGS

ACCESSORIES

JEWELRY

PRELOVED

view cart small

search small