Hi!
I want to know how I change the color on the search icon and the text “shopping bag 0.00 SEK” when displaying the mobile version.
They are currently #6f6f6f when rezising to mobile version.
I use wordpad to search for objects with color 6f6f6f but I cant find the right code to change.
When using chrome it says that the line i should change is
media=”all”
@media (max-width: 979px)
.header5 .shopping-cart-widget .cart-summ > a {
color: #6f6f6f;
and
media=”all”
@media (max-width: 979px)
.top-bar .search .search-link:before {
content: “\e614”;
font-size: 16px;
font-family: “arrows”;
line-height: 30px;
color: #6f6f6f;
However I cant find those lines in the css files.