Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #834525

    Hello,

    I would like to customize a specific form of my site by changing the patterns of padding, margin, field size, font size … among other features of the form.

    But I would like to change only a single form of the site, as if I created a class for a specific form and changed these parameters.

    I do not know if I was clear in the explanation, if you could understand … but if possible I would like to know how to do this customization of a specific form.

    Thanks in advance and I await contact!

    #834958

    Hey jaldesign,

    You can do that by using the page id class for the page, if you inspect the page in your browser then you will find it in the body tag.

    .page-id-xxx .contact-form-class {
      your CSS here
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.