How to remove arrows in menu and change font to more bold

Solved

How to remove arrows in menu and change font to more bold

Aleksander22
Trailblazer
174 0 58

HeIlo,

I need a help with removing my arrows from menu on desktop. Also i got to get them closer and change font to more bold then it is here is example

Aleksander22_0-1727010809356.png

 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1752 535 594

This is an accepted solution.

@Aleksander22, add this code to the end of base.css file

header nav .icon {
  display: none;
} 
header nav summary {
  padding-right: 1rem!important;
}
header nav summary span {
  font-weight: bold!important;
  font-size: 18px!important;
  color: #000!important
}

Result:

BSSCommerceB2B_0-1727011022652.png

Hope it helps you 😍

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1752 535 594

This is an accepted solution.

@Aleksander22, add this code to the end of base.css file

header nav .icon {
  display: none;
} 
header nav summary {
  padding-right: 1rem!important;
}
header nav summary span {
  font-weight: bold!important;
  font-size: 18px!important;
  color: #000!important
}

Result:

BSSCommerceB2B_0-1727011022652.png

Hope it helps you 😍

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Aleksander22
Trailblazer
174 0 58

Thanks its working