required fields color

Hi guys,

first of all… thanks for the great and user friendly theme and forum. I usually find the answers to all my questions on here but for this one I thought I had to make an own thread.

So i’m on a side project atm: http://www.stichting-ehak.nl/contact/

And the required fields in the Contact Form are automatically red. I mailed with the plug in builder and they said “The fields are red because your theme styling has set color red for all the fields with required attribute”.

Is there a way for me to change it? I found other contact forms where it doesn’t occur but this one seemed nice.

Oh and while I’m at it, I noticed on my website and the site from others on here that if you click on the site name and then move your mouse away, the site name color changes back to the origin green, eventhough you have changed the color and mouse over colors+links to another color… hehe, thought i’d let you guys know!

Thanks in advance!

Hi @bobvijf,

I hope you are well today and thank you for your questions.

Is there a way for me to change it? I found other contact forms where it doesn’t occur but this one seemed nice.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

label.smform-field-label.required {
    color: #000;
}

To help us keep support thread separates could you please create new thread for each of your other questions here Travelify - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin

Fixed… Thank you very much!

You are most welcome here :slight_smile: