Shopify themes, liquid, logos, and UX
website link : tuttocapsule.lt
theme: cornerstone
problem: want to change the color of "Akcijos" to red
Solved! Go to the solution
This is an accepted solution.
Hi @asajce
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:
a[href="/collections/akcijos"] {
color: red;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
The theme has this setting. Just enter the word you want to turn red.
This is an accepted solution.
Hi @asajce
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:
a[href="/collections/akcijos"] {
color: red;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @asajce ,
Add below css in theme.css file.
li a[href="/collections/akcijos"] {
color: red;
}
Thank you
This is an accepted solution.
The theme has this setting. Just enter the word you want to turn red.
Hello @asajce ,
I understand you are looking to provide red color to the second menu item of the navigation menu.
Please add the below-mentioned code at the bottom of the theme.liquid file before </body> tag and save.
<style>
ul.navigation__links-list.fs-navigation-base li:nth-child(2) {
color: red;
}
</style>
I hope the code helps you.
Please share if you have any queries.
Thank you.
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025