baianat / hooper

🎠 A customizable accessible carousel slider optimized for Vue
https://baianat.github.io/hooper/
MIT License
718 stars 132 forks source link

styles doesn't edit even with !important #252

Open SarccoCZL opened 2 years ago

SarccoCZL commented 2 years ago

Hey,im trying to edit color of arrow, in inspect i found the class and add this code to my css: .hooper-next{ background-color: white !important; } Nothing is happening 😕 , when i set background-color to this class in inspect, its working perfectly, where is the problem?