We’re migrating to our new support system at https://support.neuronthemes.com/ please create an account and submit all new support tickets there to ensure faster and more efficient assistance.

Okay
  Public Ticket #2864703
form
Closed

Comments

  • intan1cm started the conversation

    Hi how to make the " budget" and " property type" same font size and color as other form placeholder font ?

  •  1,001
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I'm seeing that you've currently managed to solve it but just to make sure add the following code.

    So the "Budget" and "Property Type" are not placeholders of the form, they are the labels, so we have to add some CSS code to change their font size, so here's the code that you need to add at Appearance >  Customize > Additional CSS.

    .wpcf7-form label {
        font-size: 16px !important;
        line-height: 1.625 !important;
    }

    https://prnt.sc/1rdgku4

    Feel free to ask for anything you need.

    Kind Regards