0
Answered

Remove Submit Review Button and Align

Michael San Patterson 3 years ago updated by Josh 3 years ago 3

Hi

I'm looking for some help with some custom CSS. We would like the please review us on... whole section to be aligned centre and slightly larger.

And I can't work out how to remove the Submit Review button.

The webpage is https://www.pattersonhallaccountants.co.uk/bishop-auckland-leave-a-review/


Thank you in advance.


Michael

Under review

Try adding the CSS to the custom CSS for the Form.

.wprevform-field.wprevpro-field-social_links {
text-align: center;
font-size: 120%;
}

input#wprevpro_submit_review {
display: none;
}

Thanks Josh

That looks great now!

Michael