How can I make a submenu bold?

hello! please help me how to make this submenu bold.

@Pedz23 - can you please share this page preview link?

@suyash1 https://bizsupplystore.com/?_ab=0&_fd=0&_sc=1

the password: adm!n321

@Pedz23 - password to view page?

@Pedz23
Put below css into theme.liquid file before closing tag


@Pedz23 - add this css to the very end of your theme.scss file and check

.site-nav__dropdown .site-nav__link {font-weight: bold;}

it worked. but all became bold, can we make bold only the menus in box below?

@Pedz23 - try this css

.site-nav__child-link--parent {font-weight: bold !important;}

@Pedz23 put below css into theme.liquid file before closing tag


1 Like

it worked perfectly! thank you!