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


  1. thanitaglancey
    Member

    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,
    T

    Posted 15 years ago #
  2. redityo

    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 #
  3. thanitaglancey
    Member

    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,
    Thanita

    Posted 15 years ago #
  4. redityo

    Hmm ... it should works.

    if possible, could you post your form url in here ? I will check it


    MachForm Support

    Posted 15 years ago #
  5. mculpepper
    Member

    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 #
  6. thanitaglancey
    Member

    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:

    http://www.pinkcherrystudio.com/2009/07/contact-me.html

    Posted 15 years ago #

RSS feed for this topic

Reply