• Resolved jd47

    (@jd47)


    Hi I am trying to change the font colour to black and actually move the form down a bit so all the form is visible. I am using Make theme and a child theme that I copy and paste into. I have tried so many different codes that I have seen listed in these forums but nothing works. Any help would be appreciated website is https://www.replicavintagecans.co.uk/contact
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator bcworkz

    (@bcworkz)

    Try adding this to your child’s style.css:

    .wpcf7-form {
      color: black;
      margin-top: 250px;
    }

    Thread Starter jd47

    (@jd47)

    Thanks for replying appreciated, but it did not work

    Moderator bcworkz

    (@bcworkz)

    Try taking the PHP code out of style.css and put it in functions.php

    I think it’s causing the remaining CSS to be ignored.

    Thread Starter jd47

    (@jd47)

    So sorry for taking so long to get back to you. i have been away. Thank you for your help. You was right it was the PHP code got rid of it problem solved. Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘form 7 how to change font colour’ is closed to new replies.