Header menu item arrow active state

Solved

Header menu item arrow active state

adkowaty
Excursionist
27 0 1

Hello there,

 

I have a question: How can I change the color of the arrow for the active menu item?ScreenShot Tool -20240929184532.png

 

Thanks for your help in advance,

Regards,

Adrian

Accepted Solution (1)

Guleria
Shopify Partner
3404 679 963

This is an accepted solution.

Hello @adkowaty ,

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.header__active-menu-item + svg {
    color: #ff33fd;
}

 

Thanks

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3404 679 963

This is an accepted solution.

Hello @adkowaty ,

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.header__active-menu-item + svg {
    color: #ff33fd;
}

 

Thanks

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
adkowaty
Excursionist
27 0 1

Hello Guleria,

 

Thanks for your help. Working fine now. 🙂

- have a great day.

 

Regards,

Adrian