Home Forums WoodMart support forum Button not displayed correctly & Error showing up on Button

Button not displayed correctly & Error showing up on Button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #646543

    garg.abhisar
    Participant

    looks like Button CSS not working and instead showing a different error box.

    Attachments:
    You must be logged in to view attached files.
    #646547

    garg.abhisar
    Participant

    login details added.

    #646662

    Luke Nielsen
    Member

    Hello,

    In order to set styles to the button, you need to use classes from the theme – https://prnt.sc/g0zi9FrynW0H

    As for the “response output” message that always shows, you must display the contact form using our theme’s special element. Replacing the current one with our theme’s element will fix the issue. – https://prnt.sc/TSniDDtyXd9u

    Kind Regards

    #646844

    garg.abhisar
    Participant

    When I using theme’s contact form 7, the styling is totally off.

    Attachments:
    You must be logged in to view attached files.
    #646897

    Luke Nielsen
    Member

    Hello,

    Use classes as shown here – https://prnt.sc/uNn8zxnFrmnC

    Here is an example:

    <div class="wd-grid-g">
    <div class="wd-grid-f-stretch">
    <div class="wd-col"><label>Your Name</label>[text* your-name]</div>
    <div class="wd-col"><label>Your Email</label>[email* your-email]</div>
    </div>
    <div class="wd-grid-f-stretch">
    <div class="wd-col"><label>Phone Number</label>[tel tel-767]</div>
    <div class="wd-col"><label>Company</label>[text text-1]</div>
    </div>
    <div><label>Your Message</label>[textarea your-message]</div>
    <div>[submit class:btn-color-black "ASK A QUESTION"]</div>
    </div>

    Kind Regards

    #647355

    garg.abhisar
    Participant

    Thanks.

    It worked.

    #647516

    Luke Nielsen
    Member

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    Wish you all the best.

    Kind Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Button not displayed correctly & Error showing up on Button’ is closed to new replies.