I am trying to:
To remove the squares in the categories pages. All categories & Woocommerce pages it appears.
Also the Woocommerce page isn’t showing any under its catergories:
hidden link (need login)
Link to a page where the issue can be seen:
hidden link
I expected to see:
I want a clean page…to not confuse the user.
Instead, I got:
Squares in any categories pages:
hidden link
contains many categories you can try any.
Hi,
Thank you for contacting us and I'd be happy to assist.
If you're referring to the square icons showing on the top ( screenshot: hidden link ), they don't seem to be added through the Toolset plugins.
The Toolset is only adding the content that is included in the WordPress Archive "Radio راديو":
{yourwebsite.com}/wp-admin/admin.php?page=view-archives-editor&view_id=101184
To hide that section, you can include the following CSS code in the CSS editor of your archive ( Radio راديو ):
.wc-catalog-header {
display: none;
}
To investigate, exactly which third-party plugin or theme is including this section, you can temporarily deactivate all non-Toolset plugins and switch to a default theme like Twenty Twenty One. After that, you can start adding the disabled items, one by one, to narrow down to the item which is controlling that section.
regards,
Waqar