Before you ask please READ THIS

Conflict Css formcraft

edited January 2015 in Hypershot Posts: 6

Hi, I'm having a little problem I can not solve, it is the style of the theme that conflicts with that of thema showing dots next to each form field created. I tried the plugin on another site with another thema and everything works so I think that is due to the css of thema. You can take a look here! I just can not solve.

thank you

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    Use this custom CSS to remove all "effects"

    .real-content ul.form_ul li{
    border-top: none;
    }
    .real-content ul.form_ul{
    border-bottom: none;
    }
    .real-content ul.form_ul li:after{
    display: none;
    }
    With kind regards.
  • Thank you :-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!