how to make the text into white and the icons also
and for this one
make the background color white
how to make the text into white and the icons also
and for this one
make the background color white
Hi @niceeee , please add this CSS at the bottom of base.css file
.header__menu-item,
.header__active-menu-item,
.header__icon { color: #fff !important; }
hi the cart and search icon is changing color if I point the cursor to the header
Already remove
Please add this code to base.css
.header__icon:hover .icon, .modal__close-button:hover .icon { color: #000; }
Change #000 wit your color code