• Resolved Guido

    (@guido07111975)


    Hi,

    Thank you for this plugin.

    I want to change font size/family of the displayed contactform labels (name, email, subject, etc).

    I was not able to find any code about labels in css file.

    Who can provide me with an example of the css code for this? I don’t know the ‘name’ of these labels…

    Guido

    http://wordpress.org/extend/plugins/contact-form-plugin/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hello,

    #cntctfrm_contact_form label { }

    In the {} write necessary code.

    Best regards,
    Oksana

    I’m trying to figure out how to style each label individually, does anyone know if this is possible?

    nevermind i figured it out, just in case you wanted to reference them individually, reference them by the “for” attribute in the label. so…

    label[for="cntctfrm_contact_message"] {
        "styles go here"
        }

    the code above does the message box, to find out the other labels look at the source code

    Regards

    martisim

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Martisim,

    Yes, you are right. That is how you can appeal to every label.

    Kind regards,
    Valeria.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Contact Form] Style contactform labels’ is closed to new replies.