How to remove this line in contact box

Where it says “And we will get in touch as soon as possible.”

Also how do I decrease the space between that^ and the boxes below?

Thanks!

Hi @sissyee,

Please use this css code to remove that paragraph:

.front-page-section .section-header p {
display:none;
}

Regarding the other request, I didn’t understood what you want to achieve.

Thanks,

Cristian

Thank you Cristian!!

For the second request – see screenshot –

I want that space between “CONTACT US” and the fill in boxes to be lessened…does that make sense?

Hi,

Now it makes more sense.

For that space, try to decrease the line height and font-size:


.front-page-section .section-header h3 {
line-height:0.3;
font-size:20px;
}

For the fill in the boxes decrease the width with this css code:

#contact-us .section-content .wpcf7-form p .wpcf7-text {
    width: 77%;
}

Thanks,

Cristian

It didnt work >.<

Hi,

Give me your website to check.

Thanks,

Cristian

http://yourkoreanmom.com/

Hi,

Try this:

#contact-us .section-content .contact-us-box {
display:none;
}

#contact-us {
padding:0px 0 19px 0;
}

Thanks,

Cristian

That didn’t work >.<

@sissyyee.

It didn’t work because you didn’t put it.

Put the code and it will work. Use a css plugin if it doesn’t work in additional css:

Thank you,

Cristian

It’s because I removed it because it wasn’t working – Please see attached screenshot of what it looks like when I use that code

Put the code and let me see it how it behaves with the code.

Thanks,

Cristian

okay ive put it in

Hi checking in on this

Hi @sissyyee,

I see that your request is solved(see attach).

Do you want to achieve something else?

Thanks,

Cristian

No this is wrong, it needs to say “Contact us” above it like my screenshot…but it’s cut off when I put this code in

Hi @sissyyee,

Could you give us in a private message a wp admin and wp user? And we will try to see what is happening.

Thanks,

Cristian

http://yourkoreanmom.com/wp-admin
username: ykmfood
password: YKMfood2017

Hi please advise on this…it’s still not resolved…the “CONTACT US” text is almost getting cut off

Please advise, thanks!