Hi I’m looking to make these fonts Black
Hi, @Luxurymrkt .
Go to Online Store
2) Edit Code
3) Find theme.liquid file
- Add the following code in the bottom of the file above tag.
@media (min-width: 320px) and (max-width: 767px) {
.text-xxs, .icon, .text-subdued {opacity: 1;color: black !important;}
}
Result:
code doesnt work. DO you have another solution?
Please Change the media screen size.
only add max-width and tell me know he is working.
doesnt work
hi here is the code that you have need to paste at the bottom of the file theme.css
.collection-toolbar__button-container .collection-toolbar__button.heading {
color: #000 !important;
opacity: 1 !important;
}
dont forget to like and accept as a solution if it work thanks.
1 Like

