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

MOTION THEME - Change navigation icon color

Solved

MOTION THEME - Change navigation icon color

Winnne0195
Excursionist
28 1 3

Hello,

 

I would like to change the color of the navigation icons. Right now the navigation has a white background and black text/icons. When a category is collapsed a black plus icon is visible, but when expanding you should see a black minus but I think it is white, because it dissappears. This problem might have been started when the footer background was changed to black and the text/icons are white. So the nav background is white, the text is black and icons should stay black. The footer background is black and text and icons should stay white. All on mobile view.

 

Store link: https://groupedamis.com

 

IMG_8664.jpeg

IMG_8666.jpeg

IMG_8665.jpeg

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
9115 2178 2688

This is an accepted solution.

Hi @Winnne0195 

Do you still knows where you place the code in the footer? 

Try to replace on this code. 

 

.site-footer .collapsible-trigger.is-open .collapsible-trigger__icon .icon-minus path {
    fill: white !important;
}

 

And Save. 

It needs to be called in the footer area only not on the drawer. 

 

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Made4uo-Ribe
Shopify Partner
9115 2178 2688

This is an accepted solution.

Seems like you add some padding on the top but it was too much.

Check this code. If it solve the level. 

 

.icon-minus {
    padding-top: 5px;
}

 

You can find this code to the file where you place the previous one the original padding-top size is 10px just change into 5px or add this code. 

Let me know if it wont work. 

 

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9115 2178 2688

This is an accepted solution.

Hi @Winnne0195 

Do you still knows where you place the code in the footer? 

Try to replace on this code. 

 

.site-footer .collapsible-trigger.is-open .collapsible-trigger__icon .icon-minus path {
    fill: white !important;
}

 

And Save. 

It needs to be called in the footer area only not on the drawer. 

 

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Winnne0195
Excursionist
28 1 3

Thank you @Made4uo-Ribe , it worked! 

 

There is one last thing, when expanding a category, the minus icon is like moving downwards. It should be in the same position as the plus icon. Now the minus icon is a little lower. This problem occurs in the navigation, footer and product page tabs. Hope you can help me out with this one too. Thanks in advance!

Made4uo-Ribe
Shopify Partner
9115 2178 2688

This is an accepted solution.

Seems like you add some padding on the top but it was too much.

Check this code. If it solve the level. 

 

.icon-minus {
    padding-top: 5px;
}

 

You can find this code to the file where you place the previous one the original padding-top size is 10px just change into 5px or add this code. 

Let me know if it wont work. 

 

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Winnne0195
Excursionist
28 1 3

Thank you, it worked!