• Resolved magicpowers

    (@magicpowers)


    hi
    I have searched this forum for the answer – yet nothing comes up.

    How can replace “required” with red asterisk in the form labels?

    thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter magicpowers

    (@magicpowers)

    please disregared – i have figured it out.

    thanks

    How did you colour the asterisk to red?

    Thread Starter magicpowers

    (@magicpowers)

    I didn’t…yet ?? they are black at present.

    I guess a custom CSS is needed -does anyone know what it is?

    Thread Starter magicpowers

    (@magicpowers)

    to the plugin Developer

    could you please provide custom css or shortcode to change the colour of the (required) asterisk to red?

    thanks

    You only have to write your asterisk this way:

    <span style="color:red;">*</span>

    or

    <span class="red">*</span>

    If you use this second way, then add to your custom css this line:

    .red {color:red;}

    Thread Starter magicpowers

    (@magicpowers)

    thanks
    where exactly do I write it?

    I didn’t create a custom css – simply replaced the word with the star in the form.

    I can’t write css sorry, I’m not a developer. could you please provide the full custonm css

    PS would be able to reply to my other post about replacing ReCaptcha with Simple Capctha?
    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to replace “required” with an asterisk’ is closed to new replies.