- This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi,
How can I set a background image for my testimonials in the page :
https://appartement-evolene.net/home/
Actual code is :
area class=”testimonials-wrap” width=”100%”]
<h2>Témoignages</h2>
[testimonials]
[/area]
The image would be : https://appartement-evolene.net/wp-content/uploads/2016/06/banner_filigranne.jpg
Thank you for your help.
Best regards. Pascal
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.testimonials-wrap {
background-image: url(https://appartement-evolene.net/wp-content/uploads/2016/06/banner_filigranne.jpg);
background-repeat: no-repeat;
padding: 40px;
box-sizing: border-box;
}
Regards,
Dave
Hi Dave,
Thank you for the request !
Please, can you tell me how to switch off the defautl slider in the homepage ?
https://appartement-evolene.net/
thank you
Pascal
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
#home_slider {
display: none !important;
}
body.home section {
padding: 0 0 50px !important;
}
Regards,
Dave
Cable Company WordPress Themes This roundup of website solutions has to do with the best cable company WordPress themes for wire production and cable making […]
WordPress Most Customizable Themes Free Several WordPress most customizable themes free have been made available that could be easily downloaded. Understanding the importance of having […]
Metro WooCommerce WordPress Themes Metro WooCommerce WordPress Themes deliver metro style uber look and feel. These metro WooCommerce WordPress themes reflect the most current design […]