Okay
  Public Ticket #1605414
forms
Closed

Comments

  • socialjohn started the conversation

    Hi guys.

    I use an ActiveCampaign form for my email opt-ins.

    The thing is, in some pages the form inherits the theme's design and it looks great, but in some it has the ActiveCampaign's original design which is terrible...

    Why is this?

    Would love to get some help.

    Thank you.

  •  9,006
    Tahir replied

    Hey Again,

    The Markup is likely different of the form on the other pages . Let us know the page url so we can check .

    Best 


    ThemeNectar Support Team 

  • socialjohn replied

    Hi Tahir.


    So if you click "Discover Our Secrets" you'll see the ugly form, here: https://big-dreams.co/

    I don't know why but occasionally it looks good, like the form here (this one is Contact Form 7):  https://big-dreams.co/contact/

    thanks again mate




  •  9,006
    Tahir replied

    There are inline styles being applied .

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    ._form input[type="text"] {
        border: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • socialjohn replied

    Still no changes...

    Ahh I don't get this

    what should I do?

  •  9,006
    Tahir replied

    Hey ,

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226

    This is what i am seeing right now . Let me know what other changes you need : http://prntscr.com/jtlxeh .

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    ._form._form_3 {
        width: 95% !important;
    }

    Thanks


    ThemeNectar Support Team 

  • socialjohn replied

    got it!