I would like to change the colour of the + icon at the bottom of the first page and of the Loading..... text that appears before the site loads. Is there a simple piece of code you can supply me to use in the CSS access of the CMS to help do this??
I would like to change the colour of the + icon at the bottom of the first page and of the Loading..... text that appears before the site loads. Is there a simple piece of code you can supply me to use in the CSS access of the CMS to help do this??
Hi there,
Please use this following custom css code to Custom code > CSS code texarea field
.preload-text {
color: red;
}
.modal-toggle .fa {
color: blue;
}