Shopify themes, liquid, logos, and UX
Hello,
I can easily change the color of the text in my menu list, but I can't figure out how to change the color of the menu headings. Symmetry theme and the site is circuitbmx.com
Solved! Go to the solution
This is an accepted solution.
Hello @Cara_Circuit ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your main.css file and paste the following code at the bottom:
a.navigation__link.navigation__column-title {
color: #ff0000;
}
You can change color code a/to your need.
If problem solved don't forget to Like it and Mark it as Solution!
Thanks
@Cara_Circuit please add this css to the very end of your main.css file and check
a.navigation__link.navigation__column-title {color: #ff0011;}
a.navigation__link.navigation__column-title:hover{color: #ff0011;}
This is an accepted solution.
Hello @Cara_Circuit ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your main.css file and paste the following code at the bottom:
a.navigation__link.navigation__column-title {
color: #ff0000;
}
You can change color code a/to your need.
If problem solved don't forget to Like it and Mark it as Solution!
Thanks
Thank you for the fast reply! I've never edited code before. It was easy! Can you also tell me how to make it slightly larger? The list is larger than the headings
To increase the font size use this css just next to the previous css
.navigation__item a.navigation__link.navigation__column-title {
font-size: 1rem !important;
}
If problem solved don't forget to Like it and Mark it as Solution!
Thanks
Thanks. When I put the code into my copy of the store it worked, but not on my live store. Perhaps an app is getting in the way?
Can you apply the css in the live theme so i can check ?
Please replace both previously provided css with this one
.navigation__item a.navigation__link.navigation__column-title {
font-size: 1rem!important;
color: #000 !important;
}
If problem solved don't forget to Like it and Mark it as Solution!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025