Shopify themes, liquid, logos, and UX
Thanks in advance for any help and tips;
I am looking to change my default text on the 'Dawn' theme in the header section from the original text color which is more faded and looks like:
and I want my text to look more bold like:
how can I change it?
Solved! Go to the solution
This is an accepted solution.
Hi @MMast,
Simply follow these steps:
Navigate to Online Store -> Theme -> Edit code.
Search for the file "base.css."
Paste the provided code at the bottom of the file.
Save your changes.
nav.header__inline-menu, list-menu--inline{
font-weight: bolder !important;
}
Thank you
This is an accepted solution.
Hi @MMast,
Simply follow these steps:
Navigate to Online Store -> Theme -> Edit code.
Search for the file "base.css."
Paste the provided code at the bottom of the file.
Save your changes.
nav.header__inline-menu, list-menu--inline{
font-weight: bolder !important;
}
Thank you
I need it a bit less bold haha. How could I get it less bold?
You can use this font-weight: 700 !important; @MMast
Thank you.
If you want to reduce the font weight, you can use values like 600, 500, or 400 instead of 700.
Thank you!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024