This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Change Color of Asterisk
Started 15 years ago by thanitaglancey | 6 posts |
-
Hi there. The background of my blog is pink. The asterisk color for the required fields are red. It barely shows up. I tried looking in the CSS file but couldn't find where I can change the color. Any suggestions?
Thanks,
TPosted 15 years ago # -
Hi,
Try to search these code in your CSS form :
#main_body form .required { color:red !important; float:none !important; font-weight:700; }
change the color value to your requirement, for example :
#main_body form .required { color:#FF5FB1 !important; float:none !important; font-weight:700; }
MachForm Support
Posted 15 years ago # -
Thank you it looks like the place to do this but it's not working. I changed it to this color:
#fef53e
but it is still red. The background for this form is pink so as you can see, the red asterisk doesn't show! What do I do?
Thanks,
ThanitaPosted 15 years ago # -
Hmm ... it should works.
if possible, could you post your form url in here ? I will check it
MachForm Support
Posted 15 years ago # -
I believe the problem is that you need to change ./data/form_#/css/view.css rather than ./view.css if you are not creating a new form. I was hung up on this for a few minutes.
Posted 15 years ago # -
Looks like it works now. Not sure why. Perhaps it takes time to populate? Whatever the case, I'm just happy it works! You can see it here:
Posted 15 years ago #
Reply
You must log in to post.