• [ Moderator note: moved to Fixing WordPress. ]

    Hi,

    I found a beautiful contact form layout on Codepen and what to use this in my WordPress theme instead of the standard contact page layout that it comes with. Please could you guide me to some tutorial as to how to integrate the CSS into my WordPress website?

    Thanks,

    Naveen

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    It’s more than CSS. Even if the fields are exactly the same, they likely have different classes and IDs. Unless these match up exactly, the CSS alone will not work.

    What you can do is put the contact form code you like into your theme’s template, replacing the original fields. First create a child theme. Copy the contact form template to the child and alter accordingly. Copy the CSS into the child style.css. You can put any other customizations into this child as well.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS integration’ is closed to new replies.