Change link / font color in sidebar and entire site.

Hello, I need to change the font color of the links in the sidebar on my collection page. I’m thinking that all of the links throughout the site needs to change but I’m not sure which and where to edit the code. I’ve tried inserting .SidebarMenu {
color: #fff;
} in the style.css or the theme-custom.css but no changes took place. Could anyone assist me please? Thank you in advance!

hi, Can you provide more details, like which theme this is and the link to your website?

So right now the site is password protected:

https://black-witches-brew-shop.myshopify.com/collections/mermaid-collection

pw: brew

This is the Hiyati theme

Let me know if this helps at all. I know for a fact that I need the links in the sidebar to be #ffffff along with the product link when I’m viewing the cart.

I’m hoping this will solve your problem.

go to edit code, and search for “base.css” which should be located in the ‘assets’ folder. Scroll to the very bottom of the code and add the following code:

.shop-sidebar ul.scrollbar li .cust-checkbox-label {
    color: white;
}

Please note that all themes have different file structures; I am hoping you have a “base.css”. If you don’t, it could be ‘style.css’ or “theme-custom.css.” If you cannot find it, please let me know and send a screenshot of the file structure, and I will get you sorted.

That definitely worked for the sidebar! I was able to put it under style.css. Now I need to figure out how to get the product’s font color in the cart changed. I’m definitely learning.

Thank you so much!