Day204
January 25, 2023, 2:27am
1
Hi friends!
Could someone help me to customize the header of my mobile website www.day204clothing.com? . Photos are below and I am using Dawn.
I would like to make the following changes to the mobile hamburger navigation menu:
Remove the grey box and social icons from the bottom of the menu
Change the text size to 14px
Change the hover action from current grey rectangle to making text grey
Make the text bold in the navigation of the page you are on rather than grey rectangle
Please let me know if you have any questions, and I appreciate any help!
@Day204
Hello,
.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
background-color: transparent;
font-size: 14px;
font-weight: bold;
}
.menu-drawer__utility-links {
background-color: transparent;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Like This
1 Like
Hello @Day204 ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
Go to Online Store > Theme > Edit code of your current theme
Open your theme.liquid theme file
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
1 Like
Hi @Day204
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
1 Like
Day204
January 25, 2023, 7:31pm
5
@GemPages Thank you so much! Is there any way to make just the text turn grey when hovering/selecting it rather than the grey box appear behind it? Pictured below is what occurs when I press a link. I would like the text to turn grey.
Hi @Day204 ,
You could please try adding !important after color: grey of my code. It should be like that
color: grey !important;
Best regards,
GemPages Support Team
1 Like
Day204
January 27, 2023, 2:28am
7
@GemPages Thank you so much!
1 Like
I am so glad that my solution can help.
Best regards,
GemPages Support Team