Changing z-level of Testimonial Rotator
-
Hi all. I have the Testimonial Rotator shortcode in a custom block, and I need to change the z-level so the Rotator will slide underneath my sticky navigation bar at the top. Can someone tell me how to change the z-level of the Rotator in CSS? Thanks!
UPDATED: Please disregard! I’ve figured it out. For anyone who needs to know, the CSS that worked for me was:
.testimonial_rotator_slide { z-index: 0 !important; }
- The topic ‘Changing z-level of Testimonial Rotator’ is closed to new replies.