• Hi,

    I’m using School Zone, the child theme for Education Zone and trying to find where to change the background image for the testimonials section.

    Any assistance is appreciated.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @webby2010

    If you want to change your background image of testimonials section, In your wp-content -> themes -> education-zone and open your style.css file and find the .student-stories class where you can change your image path.

    Or you can also change the background image by adding below css code to Appearance → Customize → Additional CSS.

    .student-stories {
      background: url(https://dummyimage.com/600x400/000/fff) no-repeat;/*add your path in url*/
      background-size: cover;
      background-attachment: fixed;
    }

    Let me know if that does it.
    Thank you.

    • This reply was modified 5 years, 9 months ago by Anonymous User 16453565.
    • This reply was modified 5 years, 9 months ago by Anonymous User 16453565.
Viewing 1 replies (of 1 total)
  • The topic ‘Testimonials Background’ is closed to new replies.