Hiya,
Please could I get help to make my menu look like the below screenshot?
So the lines above and below the menu and how it highlights once selected. As well as the drop down ![]()
My website is www.glamrocksboutique.co.uk
Thankyou!
A user seeks help customizing their website menu on the Dawn theme to include:
Another participant provides a solution involving CSS modifications:
Implementation steps:
Follow-up questions:
The helper suggests the user may already have lines on their menu, indicating partial resolution. The discussion remains open regarding the text color customization.
Hiya,
Please could I get help to make my menu look like the below screenshot?
So the lines above and below the menu and how it highlights once selected. As well as the drop down ![]()
My website is www.glamrocksboutique.co.uk
Thankyou!
ETA - Im using the Dawn theme.
Hi @RachelGRB
Do you mean like this?
if it is check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
nav.header__inline-menu li:hover {
background: red;
border-radius: 10px;
}
And Save.
You can change the color you like.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey thanks for that will give it a go now. Bit what about the line above the menu bar and below it? do you know how to do that too ![]()
ive changed the colour to black but ned the text to change to my brand colour pink
Seems like you already have a line on the menu. You already solve it?