Home › Forums › Support › Slider quickinstall config › Reply To: Slider quickinstall config
Posted 6 years, 11 months ago
Try the css code below to remove box-shadow for buttons
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary:active {
box-shadow: none !important;
}