Hello, the text in my multicolumn disappeared. I messed around with some code for my banners but didn’t touch any code related to the multicolumn. I triple checked and couldn’t find the issue. Any help on the matter would be greatly appreciated.
My website URL is https://bloomboxspa.com/
Thank you!
Hello @bloomboxspakit Please provide the Password of the store also.
I’ve removed the password entirely 
Hi @bloomboxspakit ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
.multicolumn-list.contains-content-container {
color: black !important;
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 
1 Like
Thank you so much! Thank worked for the description but the heading is still white. Any idea on how to fix that as well?
Hi @bloomboxspakit , Pls insert this code to your file css:
.multicolumn-card__info .inline-richtext {
color: black !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 
1 Like
I actually just pasted this in the Multicolumn Custom CSS section and it worked perfectly. Thank you again!
h3 {
color: black;
}
1 Like