What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Header menu item arrow active state

Solved

Header menu item arrow active state

adkowaty
Excursionist
37 0 2

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
3692 741 1039

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

 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3692 741 1039

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

 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
adkowaty
Excursionist
37 0 2

Hello Guleria,

 

Thanks for your help. Working fine now. 🙂

- have a great day.

 

Regards,

Adrian