Change colour icon cart login search on header dawn Themes

Hello All, please help me for change colour icon, cart, login, search on header dawn Themes

My site: senseofcouture.com

Hi @senseofcouture

To make color black or other color follow below instructions. #000 is black color code you can change it.

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag
.header__icon{ color:#000; }

thanks work, can i ask once again, how to change style of icon more bold and more big


@senseofcouture

Thanks for accepting solution please like also

Hope this css will works

.header__icon .icon { stroke-width: 1px; stroke: #ffdd65; }

Thanks @Alok_Kasgar , you help without too many ask. good Man.

Thanks Man, great

succes for dekstop view, but on mobile the hamburger menu change with colour i have to icon header on dekstop view

how to make hamburger menu and inside menu ( Home, and etc ) on mobile view on black colour

@senseofcouture Your welcome

Use this code for color black in mobile view

@media screen and (max-width: 767x){ .header__icon .icon { stroke-width: 1.3px; stroke: #000000; } }

Hi @senseofcouture

You can also play with website color without coding. Please check below URL

https://help.shopify.com/en/manual/online-store/themes/theme-structure/color-scheme