• I’m trying to increase the size of the text on my contact page at temperleystudio.com I use Mozilla inspect element feature to find the names of elements, I have targeted the p and label in css and changed it to 1.2 em but unfortunately this has also changed the size of the text input box.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Suyogya Shukla

    (@themeislesupport)

    Hey there,

    It appears to me that you’re using a copyright plugin which disables right click. Please deactivate it so that we can take a look ??

    Thread Starter Joey Jordan

    (@loganzen)

    HI there

    I have disabled the copyright so you can right click on the website

    Which text specifically are you trying to change? I don’t see your previous changes implemented either.

    Thanks.

    Thread Starter Joey Jordan

    (@loganzen)

    The text above each box asking name email etc…I reteurned them back to default as when I changed to 1.2 em the actual boxes themselves also got bigger so I wanna target the font and leave the contact boxes the size they are now

    Add this to your Child Theme style.css file or using a Custom CSS plugin.

    label span {
        font-size: 16px;
    }
    label {
        font-size: 22px;
    }

    Hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change text size on contact form 7’ is closed to new replies.