PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

How to change the color of the names of the "required fields" ONLY?

  1. carstensch
    Member

    Hello Guys,

    i have the following issue:

    I just want to change the color of the required field names only!

    My link is: http://autoankaufhansa.de/autoankaufformular/

    Basically i just want to change the color of the names of the required fields.

    Kfz Kategorie* / Modell* / Getriebeart* ...

    I couldnt find any specific topic about how to do this and to be honest, im not that good in CSS ;-).

    Thanks in advance.

    Carsten

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink
  2. Richard Vav
    Administrator

    Try adding the following towards the bottom of your theme's style.css file or wherever you are instructed to place custom css

    .gfield_contains_required .gfield_label {
    color: red !important;
    }

    Regards,
    Richard

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink
  3. carstensch
    Member

    Hey Richard,

    thank you very much for your super quick relpy.

    Awesome, it just works perfect.

    Thanks so much =).

    Carsten

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink
  4. Richard Vav
    Administrator

    You're welcome

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink

This topic has been resolved and has been closed to new replies.