Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hi friends!
Could someone help me to customize the header of my desktop website www.day204clothing.com?
I am using the Dawn theme. Below is a screenshot of my header, the only code I have is to move the navigation to be next to the logo.
I would like to make the following changes to the navigation:
1) Remove the underline when you hover over the text
2) Change the text to black
3) Change the hover action so that the text turns grey when hovering
4) Make the text bold in the navigation of the page you are on
Please let me know if you have any questions, and I appreciate any help!
Solved! Go to the solution
This is an accepted solution.
Hi @Day204
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to bottom of file
.header .header__menu-item span{
color: #000;
text-decoration: none!important;
}
.header .header__menu-item:hover span {
text-decoration: none;
color: grey;
}
.header .header__menu-item span.header__active-menu-item {
font-weight: bold;
}
This is an accepted solution.
Hi @Day204
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to bottom of file
.header .header__menu-item span{
color: #000;
text-decoration: none!important;
}
.header .header__menu-item:hover span {
text-decoration: none;
color: grey;
}
.header .header__menu-item span.header__active-menu-item {
font-weight: bold;
}
User | RANK |
---|---|
116 | |
93 | |
72 | |
70 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022