How do I get rid of the annoying review carousel that pops up at the bottom left of my website?
Site here - https://ha.ndso.me/
How do I get rid of the annoying review carousel that pops up at the bottom left of my website?
Site here - https://ha.ndso.me/
Please add the following code at the bottom of your assets/styles.css file.
#ztb-wrapper-facebookreview { display: none !important;}
Thanks!
Thanks but unfortunately that hasn’t worked
Please try this css class
body [data-wzb][data-disabled=false] {
display: none !important;
}
Thanks!