• Hi guys, im struggling a little here but i am a novice at all this, i have a template installed that even the creator cannot help me with (apparently) so…on my home page i have at the bottom a ‘subscribe to newsletter’ form 7, but i cannot get it to style properly with the border, i cannot seem to find this in css so im wondering, can i add a style in the actual form 7 additional styling?
    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • i guess you need to make the borders blue on all sides, remove the clip-path property in css
    or
    add this css code in your custom css
    .wpcf7 input {
    clip-path: none !important;
    }

    View post on imgur.com

    • This reply was modified 3 years, 9 months ago by thomaz666.
Viewing 1 replies (of 1 total)

The topic ‘Styling Issue’ is closed to new replies.