- This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
August 15, 2019 at 4:24 pm #128719
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. PascalAugust 16, 2019 at 5:43 am #128733Hi,
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,
DaveAugust 16, 2019 at 4:23 pm #128800Hi 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
PascalAugust 19, 2019 at 7:54 am #128949Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.