How could I make this "button" on the menu a different color (red)?

Solved

How could I make this "button" on the menu a different color (red)?

asajce
Tourist
8 0 3

asajce_0-1716847906554.png

website link : tuttocapsule.lt

theme: cornerstone

problem: want to change the color of  "Akcijos" to red

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
9846 2340 2934

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:

Made4uoRibe_0-1716848456330.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

wo
Shopify Partner
188 42 41

This is an accepted solution.

The theme has this setting. Just enter the word you want to turn red.

wo_0-1716870088035.png

 

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9846 2340 2934

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:

Made4uoRibe_0-1716848456330.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

LuffyOnePiece
Shopify Partner
650 93 119

Hi @asajce ,

Add below css in theme.css file.

 

li a[href="/collections/akcijos"] {
    color: red;
}

 

Thank you

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

wo
Shopify Partner
188 42 41

This is an accepted solution.

The theme has this setting. Just enter the word you want to turn red.

wo_0-1716870088035.png

 

Anshul_arora
Navigator
453 129 104

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>



Anshul_arora_0-1716883690634.png


I hope the code helps you.

Please share if you have any queries.

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here