All I wanted to do was change the font color of a form.
So far 1.5 hours later - no luck.
<right><click> inspect element does very little.
Does anyone have an idea how to find the right css file to edit?
How do you do it?
Thank you.
jeffhoneyager How do you do it?
Disable css optimization from your template manager General tab - and also development mode if you enabled it then use the chrome inspector tool F12
Regards
Wow another tool...
Followed your suggestion, but I still can't find the right css.
http://swieitraining.com/subscribe/member-resources/downloads-resources/sign-up
Look at the grey text labels - I cannot find the right css file.
I thought it was in the body color, but it doesn't change it.
Thanks for looking out for us CSS idiots.
Hi jeffhoneyager
You should first disable any type of file compression on your website , you can also use a custom.css to override code
In that case it is in the osmembership files that are overriding bootstrap files
http://swieitraining.com/media/com_osmembership/assets/css/style.css
adding to /templates/ja-fit/css/custom.css
form.form-horizontal .control-label, form.form-horizontal .control-label label { color:#yourcolor!important; }