I’m emptying cache manually, so I don’t think that was the issue. I’ve made that mistake before though. ๐
I finally got it to work by doing what you said – put this code in the top:
.tp-bullets, .rev_slider_wrapper > .tp-leftarrow, .rev_slider_wrapper > .tp-rightarrow {
display: block!important;
}
@media only screen and (max-width: 768px) {
.tp-bullets.tp-thumbs {
display: block!important;
bottom: -70px!important;
}
THANK YOU! Sorry for being your personal pain in the ass. You’re teaching me new stuff all the time. I do appreciate your help, Kyle. ๐
Whop whop!
<3