Hi guys,
i have a problem with the background color of a form in my enfold theme.
I made a new page for a newsletter registration (see in the private content area).
I want the form to have an white background (in other themes it has the white background).
But take a lock how ugly it looks now.
What can I do to change the background color of the form only for this page?
Thanks a lot,
Oliver
Hi ohormes!
Drag a codeblock element to the page content and add this inside it.
<style type = "text/css">
tr, td { background: white !important; }
</style>
Regards,
Elliott
Hi Elliott,
thanks a lot!
It works.
Best regards,
Oliver