I would like to change the “The Shea Parlor Story” to bold and leave everything else unbold
Hello @thesheaparlor
Would you mind share the store URL and password (if applied) ?
So i can check and suggest you the best solution for your question ?
hello @thesheaparlor
can you please share your Website URL
thanks
Hey @thesheaparlor
I can not see the menu in your navigation. Can you add that menu?
Best Regards,
Moeed
Step 1: Go to Admin → Online store → Theme > Edit code
Step 2: Search for the file theme.liquid
Step 3: Add this code before tag
Or you can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
a#HeaderDrawer-the-shea-parlor-story { font-weight: 700 !important; }
Hi
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
a#HeaderDrawer-the-shea-parlor-story {
font-weight: 700 !important;
}


