How do I change the colour of the button in the multicolumn section?
Thanks.
How do I change the colour of the button in the multicolumn section?
Thanks.
Please share the URL and a screenshot of the button and I might be able to help.
I just removed the button altogether. But maybe you can help with a new query, i want to change the colour of the text of my multicolumn heading font.
Add the following to your CSS file and it will turn those to red
.multicolumn-card__info h3{ color: #ff0000; }
You can get hex color codes here to replace the red color https://www.google.com/search?q=%23ff0000
Also please reach out if you need help with the implementation.
Thank you.