How can I change the active menu color in the Artisan theme?

Hi

I am using the artisan theme and there is no option to change the colour of an active menu link.

Can you guys help me do this please?

Thanks,

Sajiya

1 Like

@sajiya

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

1 Like

its safirafashion.myshopify.com

thanks for your help

@sajiya

Thanks

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
.mainMenu a.active {color: #f9c7dd;}

Thank you that did the job!

1 Like

@sajiya

Thanks for the update and support.

2 Likes

Hi

I am facing a similar issue where i want to change the header colour to black and the menu colour to white. Please Help!

i dont have a style.css file in assets

1 Like

@ash123

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

Please share your site URL,
So I will check and provide a solution here.

Hi @KetanKumar

Thank you for your quick reply.

the shop is https://iceflame-air-fresheners.myshopify.com/

Im stuck on two things

  1. changing the menu colour to white and changing the header background colour to black

  2. fitting my image in the image with textr overlay section perfectly without any cropping or being cut on the edges.

Regards and Thank you

1 Like

@ash123

thanks for more details sorry but your store is password protect.

1 Like

@ash123

Thanks for details

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.site-nav__dropdown {
border: 1px solid #000;
    background: #000;
}
1 Like