contact form

Home Forums BeFit Theme Support contact form

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #169949
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    http://gymfittraining.com/
    hi,
    I want to match the contact form in the home page http://gymfittraining.com/ with the contact form in the contact us page http://gymfittraining.com/contact-us/, make the contact form in the contact us page looks the same as the form in the homepage.

    How can I do it?

    Thanks

    Alex

    #169987
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .wpcf7-text, .wpcf7-textarea {background: #1e2025 !important;}

    Regards,
    Chris

    #170078
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    Hi Chris,
    I did what you said but it does not work.

    #170133
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .elementor-74 .elementor-element.elementor-element-2fe8cf1:not(.elementor-motion-effects-element-type-background) { background-color: transparent !important;}

    Regards,
    Chris

    #170165
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    Thanks Chris!

    at the end I got it done by copy and paste the form from the homepage to the contact us page. 😉

    #170166
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    But I have another issue, the drop-down menu is working fine on the homepage, but is not working properly in the rest of the pages.
    It goes underneath the page content. How to fix it?

    Thanks

    #170243
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    We did not find any issues on your website.

    Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

    #170316
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    Thanks, Chris,
    I have changed the navbar layout and the problem is gone.

    I have another issue on the footer: after I changed the content in the first column (about) and the last column (contact), the font family is changed by itself once I saved and published.
    I want to use Poppins and it is set Poppins everywhere in “fonts typography”.
    How I change the font-family for these 2 columns, I have tried p {font-family:poppins} in CSS but it does not work.

    Thanks

    Alex

    #170323
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #footer .rowfooter p {
        font-family: 'poppins' !important;
    }

    Regards,
    Chris

    #170331
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    Fantastic!

    Thank you Chris!

    #170332
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

    #170614
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    Hi, I have another question.

    How to centre the burger icon in the navbar? since I put the logo it is floating around.
    Thanks

    #170647
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

    #170669
    alessandro zanninalessandro zannin
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: November 18, 2020

    https://ibb.co/Nrz1RS9

    #170818
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (min-width:480px) and (max-width:767px) {
    .header.type3 #simple-menu, .header.type4 #simple-menu {
        top: -83px !important;
    }
    }

    Regards,
    Chris

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