Email Form Title Text

Hey there,

I’m using the Email Form plugin and wondered if its possible to centre the title text?

Please advise.

Thanks,
David

Hello David,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Theme Options > CSS:

.tco-subscribe-form h1 {
    text-align: center;
}

Here are some related links for further reading:

Thanks.

Hey @Prasant!

That worked perfectly!

Cheers mate!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.