bullet points and 1. 2. 3. not changing to preferred color

bullet points and 1. 2. 3. not changing to preferred color

empiricalarby
Trailblazer
230 1 53

Trying to edit the text color on my website to make it white. All the text changes to the correct color except for the bullet points and whatnot. For example, check out this blog post on my website: https://empiricalwater.com/blogs/blog/cupping-method

Reply 1 (1)

Vinsinfo
Shopify Partner
491 167 171

@empiricalarby To make all the bullet points 1. 2. 3. and dots to white color for all the pages, please use below code and let me know whether it is helpful for you.

1. From admin panel, go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Search "base.css" and then paste the below code in the bottom of that file.

 

li::marker {
    color: #FFFFFF !important;
}

 

 

Now, it will looks like below in all the pages,

priyavinsinfo_0-1708584351131.png  priyavinsinfo_1-1708584431223.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.

Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support