How can I change color in certain sections due custom CSS?

I was wondering if anyone could help me change the font color for the menulinks to custom color for this section in the theme css:

Hi @Adamvra

Please send me your store link

It’s hard to give instructions without the link to your store. You need to inspect the elements in your browser’s developer tools, identify the class names, and target them in the CSS to change the color.

Website is www.zooby.nl and the color code can be #FAF9FE. Thanks.

Hi Fadi my bad. Website is www.zooby.nl and the color code can be #FAF9FE. Thanks.

Thanks, try this:

summary.search-popdown__toggle.navlink.navlink--icon,
a.navlink.navlink--icon.cart__toggle.cart__toggle--animation {
    color: #FAF9FE;
}

Add this code to Custom CSS of that section

.navlink--icon .icon {
color: #FAF9FE !important;
}

Aah you are amazing it works only on the icon headings could you also change the menu (Kid Pillow, FAQ, Contact) these still remain black can you adjust this to the colors as well?

sure:

summary.search-popdown__toggle.navlink.navlink--icon,
a.navlink.navlink--icon.cart__toggle.cart__toggle--animation,
button.icon-fallback-text.navlink.navlink--icon.js-drawer-open,
a.mobile-navlink.mobile-navlink--level-1,
.menu__item.child .navlink--toplevel {
    color: #FAF9FE;
}

You are the best!

Happy to help!

Hi @Adamvra

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css

.search-popdown__toggle.navlink.navlink--icon,
a.navlink.navlink--icon.cart__toggle.cart__toggle--animation,
button.icon-fallback-text.navlink.navlink--icon.js-drawer-open,
a.mobile-navlink.mobile-navlink--level-1,
.menu__item.child .navlink--toplevel {
    color: #FAF9FE !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly