Bold Particular Submenu Items

Hello,

I am trying to bolden the “Bikini Tops” and “Bikini Bottoms” Sub Menus on my website.

https://xjswimwear.com/

I can’t seem to figure it out however. Can someone please assist?

Thanks

@XJSwimwear ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Result:

If it helps you, please like and mark it as the solution.

Best Regards :heart_eyes:

1 Like

Hello @XJSwimwear

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

a#HeaderMenu-swimwear-bikini-tops { font-weight: bold !important; } a#HeaderMenu-swimwear-bikini-bottoms { font-weight: bold !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like

Thank you so much, that worked perfectly!