Hi everyone, I tried to change the color of my cart icon and the language, region selector to be black text however I was unable to do this. I managed to do it for the search icon but that’s as far as it went.
@PawelJ77 Can you share the store URL?
Hello @PawelJ77 ,
Could you please provide me with the URL for the store you mentioned in your query? Additionally, if the store is password protected, could you share the password as well?
HI Kazi,
Yes the store url is comfortgaze.com
Hi,
Yes the store url is comfortgaze.com
Hello @PawelJ77 ,
Certainly! To customize the color, could you please specify which element you’d like to adjust? You can choose from the cart, the country region selector, or the search icon. Once you’ve decided, I can guide you on applying the necessary CSS to achieve the desired color change.
Upon inspecting the site, I’ve identified the elements you mentioned. Just let me know which one you’d like to modify, and I’ll provide you with the solution accordingly.
@PawelJ77 put this css on assets > base.css
.header-wrapper .header__icons–localization .localization-form:only-child .localization-form__select, .header-wrapper .header__inline-menu .list-menu__item, .shopify-section-group-header-group .header-wrapper .header__icon, .shopify-section-group-header-group .header-wrapper .header__icon–cart .icon {
color: #000;
}
I would like to change the region/language selector colour and also the shopping bag/cart


