• This might seem like an obvious question, but how do I change the colour of the form field titles? I thought it might be the “CSS style for form input titles on the contact form:” section, but I added “color:black;” and the titles are still coming out a really light grey. This is a sample of a page I am working on: http://www.orangevillefairgrounds.ca/wordpress/?page_id=13

    Thanks for any help.

Viewing 1 replies (of 1 total)
  • Your theme style-weaver.css is causing that
    The file says “do not hand edit”, so look in the theme settings, or contact theme support.

    You really want to change this:
    .entry-meta, .entry-content label, .entry-utility {color: #CFCFCF;}

    to this:
    .entry-meta, .entry-content label, .entry-utility {color: black;}

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] Change colour of form titles’ is closed to new replies.