• Resolved crysilus

    (@crysilus)


    Hello,

    I am having trouble getting my image to not be tilled on the testimonial slide. I’ve looked on the style sheet and it appears the image should be fixed, centered, and non repeating.

    My site: https://www.nacaferm.com

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ThemeHunk

    (@themehunk)

    Hello,

    Do you want to make image to cover whole section background?
    Go to the Appearance > Customize > Custom CSS and paste code given below.

    .testimonial-wrapper {
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }

    Thank You.

    Thread Starter crysilus

    (@crysilus)

    Worked like a charm. I was omitting the “!important” element in my code which is where I was having trouble.

    Thank you,

    Theme Author ThemeHunk

    (@themehunk)

    That’s great. Please contact again for further queries.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Testimonial Image is tiled’ is closed to new replies.