Home › Forums › BeFit Theme Support › contact form
- This topic has 18 replies, 2 voices, and was last updated 3 years, 12 months ago by Sonl Sinha.
-
AuthorPosts
-
December 2, 2020 at 11:15 am #169949
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
December 2, 2020 at 12:26 pm #169987Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.wpcf7-text, .wpcf7-textarea {background: #1e2025 !important;}
Regards,
ChrisDecember 3, 2020 at 12:14 pm #170078Hi Chris,
I did what you said but it does not work.December 4, 2020 at 12:28 pm #170133Hi,
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,
ChrisDecember 4, 2020 at 3:58 pm #170165Thanks Chris!
at the end I got it done by copy and paste the form from the homepage to the contact us page. 😉
December 4, 2020 at 4:01 pm #170166But 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
December 7, 2020 at 12:59 pm #170243Hi,
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,
ChrisDecember 8, 2020 at 11:30 am #170316Thanks, 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
December 8, 2020 at 12:21 pm #170323Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#footer .rowfooter p { font-family: 'poppins' !important; }
Regards,
ChrisDecember 8, 2020 at 1:08 pm #170331Fantastic!
Thank you Chris!
December 8, 2020 at 1:11 pm #170332Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
ChrisDecember 14, 2020 at 10:58 am #170614Hi, I have another question.
How to centre the burger icon in the navbar? since I put the logo it is floating around.
ThanksDecember 14, 2020 at 1:10 pm #170647Hi,
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
ChrisDecember 14, 2020 at 8:07 pm #170669https://ibb.co/Nrz1RS9
December 15, 2020 at 12:33 pm #170818Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.