Hi,
need help with my custom css.
I tried to hide shop toolbar by using this code
.filter-wrap div.filter-content {
display: none;
}
it worked fine when i’m using english as default language. Until, i turn the default language into bahasa indonesia suddenly the shop toolbar re-appeared. I’ve tried to add !important , yet no result.
i put the css code on child theme style.css file. Any help?