Hoping someone knows how to fix this. I’ve tried changing both previous and next arrows, but my custom CSS keeps getting overwritten by sa-owl-theme.css:
.white .sa_owl_theme .owl-nav .owl-prev {
background: rgba(0,0,0,0) url("/wp-content/uploads/2017/12/arrow_left.png") no-repeat center center !important;
width: 50px !important;
height: 45px !important;
}
The width and height are being listened to but not the background. I’ve tried using the above method and just targeting background-image but neither work. My custom arrow does show up in the preview under Appearance > Customize, but not when published.
-
This topic was modified 8 years, 6 months ago by
lns.