background image for testimonials

Home Forums Hotel Pro background image for testimonials

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128719
    Pascal GaudinPascal Gaudin
    Participant
    • Topics: 20
    • Replies: 37
    • Total: 57
    Member since: July 30, 2015

    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

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

    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

    #128800
    Pascal GaudinPascal Gaudin
    Participant
    • Topics: 20
    • Replies: 37
    • Total: 57
    Member since: July 30, 2015

    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

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

    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

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