Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #492816

    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

    #493081

    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

    #493086

    Hi Elliott,

    thanks a lot!

    It works.

    Best regards,

    Oliver

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘problem with the background color in a form’ is closed to new replies.