Hi everyone :-) ,
I have the problem that after the filter process, i.e. when the results are displayed, I get a not so nice layout table. How can I remove this upper bar so that only the results are displayed?
And do you know how to change the text above the filter of "Selected Filters" and "Shop by"? I would like to have another text here and I don't know how to change it.

Thank you very much and best wishes,

Jonas :-)

4 days later

Hi saguaros,
thank you very much for your answer šŸ™‚ Unfortunately, I can't share the URL because the website will be published at the end.
I was able to change the font "Selected Filters" and "Shop by".
I have another question for after the filtering process. How do I manage to remove this bar? I really just want to see the posts, not have a bar showing me all that:

Thank you so much in advance and sunny greetings,

Jonas :-)

Hi Jonas,

You can try this custom CSS code:

.ja-megafilter-wrap .sidebar-main {
    display: none !important;
}

.ja-megafilter-wrap .main-content {
    width: 100% !important;
}
Write a Reply...
You need to Login to view replies.