How do you change colour of just the column in the multi column when show as column background is enabled. Also how to align the inner headline to the left (where it says column)
Hi @deluc004
Is this multicolumns visible on the online store? If its not publish would you mind to share the preivew. Thanks!
does the same code not apply?
We can change the specific multicolumn section, or we can change all the multicolumns. If you like to change all the mutlicolumns check this code.
- From you Admin page, go to Online Store > Themes
- Select the theme you want to edit
- Under the Asset folder, open the main.css(base.css, style.css or theme.css)
- Then place the code below at the very bottom of the file.
.multicolumn-card__info .rte p {
text-align: left;
}
.multicolumn-card__info h3 {
color: red;
}
-
And Save.
-
Result
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
No sorry, i want to change the background colour of the card without changing the main background colour, does this make sense?






