This topic has 19 replies, 3 voices, and was last updated 4 years ago ago by Olga Barlow
hallo, at homepage at demo restaurant with elementor i want the homepage for “Request Your Banquet” to change the colour in the contact form of “first and second” “email or phone number” and “booking details ….” and i want to add telephone number to “booking details…” but the colour is not right when i make the change. we need the letter to be white when someone enter name etc
div class=”form-group row”>
div class=”col-md-3 col-sm-12″>[tel* text-tel placeholder “Name”]
div class=”col-md-3 col-sm-12″>[text* text-870 placeholder “Email”]
div class=”col-md-3 col-sm-12″>[number number-610 placeholder “Phone number”]
div class=”col-md-3 col-sm-12″>[submit “Send now”]
and at https://xstore.8theme.com/elementor/demos/restaurant/contact-us/ i want to increase with a tab “phone number”
Hello,
Provide us with link to your page with form and also WP Dashboard access to your site. We’ll check and help you.
Regards
we need a css for change the colour of text message , email, phone at contact form 7
Hello,
Check settings of the form, for example – https://prnt.sc/v3mdch https://prnt.sc/v3mdqs
Regards
thanks
You’re welcome!
Regards
we need the colour text before enter text.
we need to change the colour “write your message”—-> https://prnt.sc/v3mdch https://prnt.sc/v3mdqs
Settings of the Contact form > Placeholder > Text color https://prnt.sc/v4a4xn
or use the next custom CSS code – https://prnt.sc/v4a53j (Theme Options > theme Custom CSS or custom CSS for page or section, or element area)
.etheme-contact-form-7 .wpcf7-form-control.wpcf7-textarea::placeholder {
color: red !important;
}
Regards
thank you.
we need to remove the header and page title from contact us at restaurant demo
Try to set Blank page template in settings of the page – https://www.8theme.com/documentation/xstore/theme-installation/blank-page/
Regards
blank pages havent footer or header.
where we can change the contact us page header to change photo and text
and we need to remove only the header with image and text but keep header (logo menu)
Hello,
Are you talking about breadcrumbs image and about breadcrumbs texts http://prntscr.com/v556m5 ?
You can disable them in the page settings http://prntscr.com/v558p2 If you want just to change the image upload the new one using page features image.
Knife image is the image from the page content, edit page and just remove the first image.
Regards
yes thanks.
we want too to remove header at 404 page and search page
Please provide URL of your site – https://prnt.sc/v5wl4w
Regards
site
Hello,
Try to add the next custom CSS code:
.error404 .page-heading .a-center,
.search .page-heading .a-center {
display: none;
}
.error404 .page-heading,
.search .page-heading {
padding-top: 0;
}
Regards
the image at header is still there, only text is not
Hello,
If you remove the breadcrumbs at all then the header will look the following way http://prntscr.com/v7agr6
Are you sure that you want to implement this?
Regards
You must be logged in to reply to this topic.Log in/Sign up