1. Trying to change the font in the message box text to appear in white. I decided to copy the base.min.css file… and put it in the same structure into child theme.... it didn't work (see attached)
so it would seem base.min and bootstrap i don't understand how to add these CSS to active child theme - ading the CSS into the custom CSS in dashboard doesn't seem to have an effect.
2. Trying to change SEND MESSAGE text (button) to appear in white. (same problem as above)
Putting this in CUSTOM CSS does not work
/* submit message font to white*/ button { color: #f7f7f7 !important; }
NOTE: it would seem there are certain CSS files that i don't know how to edit, namely;
Hi,
1. Trying to change the font in the message box text to appear in white. I decided to copy the base.min.css file… and put it in the same structure into child theme.... it didn't work (see attached)
so it would seem base.min and bootstrap i don't understand how to add these CSS to active child theme - ading the CSS into the custom CSS in dashboard doesn't seem to have an effect.
2. Trying to change SEND MESSAGE text (button) to appear in white. (same problem as above)
Putting this in CUSTOM CSS does not work
/* submit message font to white*/
button {
color: #f7f7f7 !important;
}
NOTE: it would seem there are certain CSS files that i don't know how to edit, namely;
- base.min.css
- bootstrap
- custom-skin
Great theme! thank you in advance for help :)
Hi Vinni,
Thanks for your kind words
Your Custom CSS was not working because you had an extra ; code (see video).
1— Can you please add the code below to your Custom CSS area:
2— Just add this CSS code to your Custom CSS area:
Have a nice day!
THanks Ylli, that worked a treat! cheers
Happy to hear that
Have a nice day!