Home › Forums › Basel support forum › Price Filter › Reply To: Price Filter
March 7, 2019 at 12:19 pm
#111644
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.login-see-prices .basel-price-filter,
.login-see-prices .widget_price_filter {
display: none;
}