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! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024