So as u can see in the picture the count of the reviews from each product is black.I need it to be white.But I dont know how to change it.I would love to get some help with it.the shop is Lumiku.com if that helps. Thanks
1 Like
Hey @Henri13
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
1 Like
- Here is the solution for you @Henri13
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
.vtl-pr-ss__inner-el {
color: white !important;
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like