So this is a little weird, but here's the scoop.
document.getElementByClassName("?").className = "Testimonialboxfull";
What I need to do is target a group of divs and change their class, but if I target the class it doesn't work.
So this is a little weird, but here's the scoop.
document.getElementByClassName("?").className = "Testimonialboxfull";
What I need to do is target a group of divs and change their class, but if I target the class it doesn't work.