Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,663 sales
Recently Updated

Stepasyuk supports this item

Supported

This author's response time can be up to 1 business day.

8953 comments found.

Hi, I need assistance. My WooCommerce Shop page is currently not working with Filter Everything Pro.

1. Frontend problem

On the frontend:

My Shop page shows “No results”

Products are not displayed

Filter Everything filters are also not displayed

So the entire product archive output is missing.

2. Backend problem: Filter Everything cannot detect the Shop page query

In Filter Set → Settings:

Where to filter: I selected “Shop page”

What to filter: The dropdown only shows “— Select Query —”, which is empty

It does not detect WooCommerce’s Main Query for products

Because the query is missing, the filter set does not attach to the Shop page, and the frontend shows “No results.”

3. Additional information

WooCommerce → Settings → Products → Shop page = Shop (correct)

I have not edited the Shop page with Elementor

Elementor Product Archive template exists and works normally when previewed

4. What I already tried

Recreated Shop page

Recreated Filter Set

Cleared all caches (WP Rocket, SiteGround, browser)

Disabled all plugins except WooCommerce + Elementor + Filter Everything

Switched theme to Astra default

Tried all possible “Where to filter” combinations (Shop Page, Product Archives, Product Categories, Products, etc.)

Nothing fixed the problem — the Shop Query is still missing.

Request

Could you please help me understand why Filter Everything Pro cannot detect or bind to the WooCommerce Shop page query, causing the entire Shop page to show “No results”?

I can provide temporary admin access if needed.

Thank you!

FE_support Author Team

Yes, there is a hook called wpc_hierarchy_opened>

apply_filters( 'wpc_hierarchy_opened', [] );

You can use this hook to write custom logic that fits your needs for opening hierarchy elements by default.

Best Regards,
Victor

Hi Victor,

Thanks again for helping me fix the previous issue with the shop page and filters.

Now I’m trying to adjust how the hierarchy behaves in the filters. I’d like all child terms to be opened by default (not collapsed) when the page loads, while keeping “Show Hierarchy” enabled in the filter settings.

You mentioned that I can use the wpc_hierarchy_opened hook: apply_filters( ‘wpc_hierarchy_opened’, [] );

I tried to add some custom code via a snippet plugin, but it didn’t change anything – most likely because I don’t know the exact parameters and expected return value of this hook.

Could you please send me a working example of PHP code that:

Opens all terms in a hierarchical filter by default, for a filter based on Product Categories (taxonomy: product_cat).

Shows how many arguments wpc_hierarchy_opened receives (e.g. $opened, $args or similar) and what type/format it expects to be returned.

With an example snippet I can then adapt it to my own logic.

Thank you in advance!

FE_support Author Team

Hi jinchenjia19

Here is the ID on the front of the required filter: https://prnt.sc/FQ5xvz115vcS

And this is an example of a code:

add_filter( 'wpc_hierarchy_opened', 'my_opened_terms' );
function my_opened_terms( $terms ) {
    return [ 3043 ];
}

Best Regards,
Victor

DROPDOWN FILTER ISSUE:

Hi,

if clicking on a dropdown filter on desktop then it receives focus that allows to type and search for desired option.

However, on mobile it is only possible to scroll through options. There is no way to type a desired option. This becomes significant issue when there are many options available.

You can recreate the issue on your demo page for dropdown menu:

https://demo.filtereverything.pro/example/dropdowns/color-red/brand-issa-plus/

Thank you – look forward to an update.

FE_support Author Team

Hi web-maverick

About the issue with the search field hiding in the mobile, try to add the following CSS in the Filters > Settings > Experimental > Custom CSS:

.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown.select2-search--hide {
    display: block;
}

Best Regards,
Victor

Thank you, this has solved the issue!

HELP! My purchase code is not being accepted when I try to activate my license:

c01a8734-58ba-4e8a-ba3e-a93957871702

FE_support Author Team

Hi deannas13

Thank you for choosing Filter Everything PRO.

Please use incognito mode in your browser!

In order to set the License key for the Filter Everything PRO plugin, simply head to Filters -> Settings -> License and click the “Get your License Key” button.

It will take you to a new page where you have to log in with your Envato credentials (with an account where you have purchased the plugin) and obtain your License key.

This is the license key that is used for activation of the plugin.

Best Regards,
Victor

Hello!

I have purchased Filter Everything PRO, and aside from the issue I reported about a month ago, everything went well until today, without any updates made on my end.

The product filters are no longer displaying on the main Shop page https://postimg.cc/dk01WQM1 , and in the Main Product Filter settings, it appears that the product queries can’t be detected. https://postimg.cc/0z8qGW1m

Could you please assist in checking whether everything is functioning correctly or if there’s an issue that needs to be resolved?

Thank you.

FE_support Author Team

Hi Felix0314

We have chosen “Pages + Shop page” in the filter set and the filters appeared; however, you need to display the products on that shop page in order to filter them. Currently, that page is empty.

Best Regards,
Victor

Hi Victor, currently on the Shop page, I’m using Elementor’s Loop grid, and the selected query are as attached https://postimg.cc/rDLY5KWD. The query are exact the same as previously when it is working, but in the filter settings is can’t locate the product queries.

FE_support Author Team

We are not sure how exactly it is configured in Elementor, but where exactly are the products on your shop page: https://prnt.sc/7nM8c-ChvSM3

Perhaps we are missing something, but we don’t see any products on the page.

Best Regards,
Victor

ravi000

ravi000 Purchased

Crawlers, scrapers, AIBots are spending a lot of time on the site visiting all URLs eating up resources and CPU cycle.

How to control these? There should be some pluginsettings. I have more than 400.000 additional bot visits only due to this per day, every day. Slows my server.

FE_support Author Team

Hi ravi000

You can try to turn off the permalinks in the plugin so the filters will use GET parameters. For that, you can use the following code:

define( 'FLRT_PERMALINKS_ENABLED', false );

Also, you can add any solutions on the server side, such as:
1) Use a Firewall/WAF to block or rate-limit bad user agents and IP ranges.
2) Improve robots.txt and server rules to drop unwanted bot requests at the server level.
3) Use bot-protection plugins to automatically block suspicious crawlers.
4) Set rate limits per IP in Cloudflare, Nginx, or Apache.
5) Use CAPTCHA for unknown bots and heavy endpoints.
6) Monitor access logs to identify abusive IPs or user agents and block them permanently.

Best Regards,
Victor

I read the user manual but I can’t find the instructions on price filtering, Can I create price filters by threshold like: 1-5$, 5-10$, 10-15$ in checkbox style or or and, please guide me, or have a link to a youtube video that has been made before is even better. When I create a product filter, I see that I can choose brand, size, color,... but I don’t see the price when creating a product filter preset. So where is it?

FE_support Author Team

Hi joneyquest

Thank you for choosing Filter Everything PRO.

At the moment, you can create a price range slider. To do this, you need to create a Custom Field Numeric filter and use the meta key _price if this is for WooCommerce. If it’s for any other CPT, you need to use your own price meta key.

The ability to create prices like:
1-5$
5-10$
10-15$

Only in development, and most likely, it will be included in the 1.9.3 update.

Best Regards,
Victor

Can You send Me Any Sample data

FE_support Author Team

Hi pajeromasterau

Can you please send the credentials to the wp-admin dashboard following this document. So we can create an example of filters for you. You can also attach the link to the page where you want the filter to be and specify exactly what you want it to filter on that page.

This way, we could create an example of such filters for you.

Best Regards,
Victor

FE_support Author Team

Hi pajeromasterau

We have checked the site, and we didn’t find any product attributes; they basically have no terms in them. So we simply added a category filter as a secondary one after the model filter, as a child filter of a tag filter. You can add any other attribute as a third one (or as many as you need) and make them child filters of the previous one to create such a chain.

Best Regards,
Victor

Hi, i am using Divi, but when i try to show the filter on the shop page i have No one Filter Set is related to this page. You can configure it in the Filter Set -> “Where to filter?” field. I have tried all the options, but not showing.

Hey, we have purchased your license with paypal. You can check Web Visuality in your website.

FE_support Author Team

Hi WebVisuality

Can you please send the credentials to the wp-admin dashboard following this document so we can check it?

Also, attach the link to the exact page where you want to display the filters.

Best Regards,
Victor

FE_support Author Team

We have checked the site and how it is set up, and placed the filter set on this exact page.

Since you have WPML and most likely want to apply filters in different languages, please check this page: https://filtereverything.pro/resources/with-wpml-polylang/

Best Regards,
Victor

Please prevent robots from following links to filter values. Robots crash the site by following these links.

FE_support Author Team

Hi ali34121

Currently, the development team, together with SEO experts, is actively working on improving how the plugin handles this, such as removing links from filter terms, limiting the maximum number of selectable filters at once, and similar solutions. This is currently under active discussion to find the best approach.

What you can do on your side is use firewall settings or .htaccess rules with wildcards to prevent crawlers from going further on filtered pages. They would only have access to the main pages, like site.com/shop/, while anything after /shop/ that represents filters would be blocked.

You can also try to turn off the permalinks in the plugin so the filters will use GET parameters. For that, you can use the following code:

define( 'FLRT_PERMALINKS_ENABLED', false );

If you have any suggestions regarding what can be done on the plugin side to address this matter, please let us know.

Best Regards,
Victor

I want something like this, but do you have this plugin that does the same as the website I sent? https://www.machter.com.au/

FE_support Author Team

Hi pajeromasterau

Absolutely yes.

1) The first filter is a brand filter, which can be created in the Brands taxonomy or as an attribute, whichever you prefer.

2) The second filter is an attribute called Model with all the required terms.

3) The third filter is another attribute, like Modification or anything else you need. You can then create a child-parent filter structure if required in the filter set.

But first things first: you need all the brands in one taxonomy, and the rest in separate attributes. Do you already have this set up on your site?

Best Regards,
Victor

I’m a new user of your plugin. It appears to be working fine however, and I know how weird this sounds, one of my most popular plugins isn’t loading. When you click on the product you get a nothing found error page. Deactivate the Filter Everything plugin and the product loads like normal. Reactivate Filter Everything and that product is once again not loading. I have hundreds of products. As far as I can tell just one product is impacted. Super weird. Don’t know why or how but it absolutely has something to do with the Filter Everything plugin.

FE_support Author Team

Hi jpsquared

No, this is not weird at all. When it comes to programming, anything can happen. Maybe some conflicting prefixes for filters with existing plugins reserved slugs for those plugin pages, and so on.

Can you please send the credentials to the wp-admin dashboard following this document so we can check it?

Also, please provide the link to the exact page that shows a 404 error when our plugin is turned on, so we can test that specific page.

Best Regards,
Victor

Hello, I have purchased the plugin but it is impossible to work with…

I have a cosmetics brand. The brand had multiple main product categories, for example: skin type, skin problem, glow-up method. Each of main product categories have multiple sub-categories for example skin type: normal, sensitive, dry, mixed …. I need to be able to create one filter set where I will include all of these but as soon I select product category once, it wont let me do it again.

Now I read some of documentation and it seem that this most simple thing cant be done??

Please advise, either please tell me how to use it or I would like a refund since this cant be used at all for my website.

Thank you very much in advance.

FE_support Author Team

Hi mesarcovaeduco

Thank you for choosing Filter Everything PRO.

In general, within one filter set, you can create only one filter from the same entity. For example, if you create a filter from the taxonomy “Product category,” you cannot create any other filters from the same taxonomy in that same filter set.

However, you can create multiple filter sets and apply them on the same page, using the same number of filter widgets or shortcodes to display them all. In each filter set, you can modify the Product Category filter from the More Options section to use include/exclude settings to define the exact filter terms you want to display.

it seem that this most simple thing cant be done??

To be fair, this is not the “most simple thing.” This is exactly why WooCommerce has product attributes, so you don’t have to rely on a single product category taxonomy and try to divide it into unrelated groups to use on products instead of attributes.

In an ideal setup, these things should be separated: product categories should contain general categories such as laptops, microwaves, smartphones, TVs, while attributes (or another custom taxonomy) should contain specific properties for those products. For example, a skin type attribute with the terms normal, sensitive, dry, mixed, or a RAM attribute with the terms 1GB, 2GB, 4GB, 12GB, and so on. This way, you can create a dedicated filter for each attribute, responsible only for RAM, skin types, color, and other specific properties.

Example of a category structure:
Skin-care and personal-care products (main)
— Facial Skincare Products
— Body Care Products
— Sun Protection
— Makeup

After we choose the required category, for example, “Body Care Products,” the next filters should be from any separate attribute related to those products. Example of such attributes and terms that they contain:

skin_type: normal, dry, oily, mixed, sensitive
skin_concern: acne, redness, dryness, wrinkles
fragrance: fragrance-free, light fragrance, strong fragrance
use_time: day, night, day & night

Best Regards,
Victor

aga2442

aga2442 Purchased

Hello,

I have been using the filter everything plugin on my website for a long time.

For the past few days, I have been experiencing general issues on my website. In response, I made several new adjustments. To identify the issues, I disabled all plugins and then reactivated them.

After this process, the filters are no longer visible on any of the pages with filtering capabilities.

I haven’t made any changes to any area of your plugin (settings, etc.).

Also, even though debug mode is active, the content is not visible.

These filters are working in the sidebar area.

Only the sorting feature is working actively. This is not a filtering feature anyway.

Attached is a screenshot of an example filter set.

I would appreciate your help when you are available.

https://ibb.co/DHzCh1RG
aga2442

aga2442 Purchased

The RankMath plugin is quite popular. That’s why I felt the need to tell you.

Yes, I tested all the plugins one by one. The RankMath plugin caused the problem.

I reinstalled the previous version of this plugin and the problem was fixed.

aga2442

aga2442 Purchased

When I checked my website just now, I noticed that RankMath had released version 1.0.259.1

I updated this version on my website. All issues have been resolved.

However, I think it would be beneficial for you to discuss this situation with them.

FE_support Author Team

Yes, indeed, the RankMath plugin is quite popular. Thank you for all of the information; that is great news that everything is back to work. We will pass it on to the development team so they can do the required contacts.

Best Regards,
Victor

Hello, we purchased this plugin recently because of its extensive functionalities.

CONTEXT : we have a site with ~ 6000 products (expected to rise to 15,000 too some times), 100 brands, around 30-40 categories and around 15-20 tags. We are using Wordpress.com Commerce Plan so we have some controls over what we can do on the site compared to normal Wordpress.com plan. The native WooCommerce filter and the Filter that came with our theme did not meet our requirements but this Filter Everything Pro version seems to be doing well.

We have been using it for last 1-2 weeks but noticed issues here and there.

Summary : 1. Filter not showing up in Search Result Page even though one is created and assigned for it. 2. Product Count inconsistent across different URLs that should be showing the same thing & Product Count Caching. 3. Filter scrolling not working when page is in split screen mode. 4. New items being loaded in infinite loading does not follow Filter Rules. 5. How to control the rise in number of page new page permutations that were generated and now indexable by google and crawlable by bots?

We currently have 5 Separate Field Sets created using Filter Everything Pro. - [ Tag Filter ] : Shows up in /tags/ pages with All types of Filters Present. Some Brands Excluded From Brand Filter. Only Products With Specific Tags Allowed - [ Brand Filter ] : Shows up in /brands/ Pages with All types of Filters Present Except “brands” type. Some Brands Excluded From Brand Filter. Only Products With Specific Tags Allowed. - [ Category Filter ] : Shows up in /collections/ Pages with All types of Filters Present Except “categories” type. Some Brands Excluded From Brand Filter. Only Products With Specific Tags Allowed. - [ Shop All Filters ] : Shows up in /shop/ Pages with All types of Filters Present. Some Brands Excluded From Brand Filter. Only Products With Specific Tags Allowed. - [ Search Filter ] : We want it to show up in Search Results ’/?s=’ but it is not showing up. We are unable to find out why. The products show up but not the filter.

ISSUE # 1 : We have created one filter set and assigned it to Search Page Result but it is not showing up. We are using Minimog as the Theme and Elementor that came with it to edit things.

ISSUE # 2 : Here is an example. We have 6 Products that have a Brand “Hermes” and is included in a category “black-friday-online” . I am attaching below a sample url and the product count in that specific page to show the discrepancy. - “https://example.com/collections/black-friday-online/” Shows 0 Hermes Products. Hermes Filter is Greyed Out. But if we search “Hermes” in the filter search, it shows 6 Products. - “https://example.com/collections/black-friday-online/brands-hermes/” Shows 2 Products. We had to manually enter ”/brands-hermes/” at the end of previous url because the filter item is greyed out. - “https://example.com/brands/hermes/product_categories-black-friday-online/” Shows 6 Products - “https://example.com/shop/brands-hermes/product_categories-black-friday-online/ “Shows 6 Products This is just one example, our cataloging team see similar discrepancy across different pages randomly and its very inconsistent.

We also noticed that the Filter seems to be Caching the Count of Product per Brand, so if we recently added 10 more products to the catalog with “hermes” as brand and “black-friday-online” as category, The filter does not update the count, it shows the old number. We have to go and clear the Server Cache for the number to update. And even after that, the category page with brand filter only shows 2 products. We are not sure if this is a Caching problem, we have not installed any specific plugin to control caching.

ISSUE # 3 The Filter Stops scrolling within brands lists if we reduce the Tab size to 1/2 width of the monitor. Filter works in Mobile mode and in Desktop mode but becomes unusable in middle, none of the scrolling with filter works. Is there a way to fix it?

ISSUE # 4 Also, we noticed that the AJAX filter seems to be misbehaving as it will filter products correctly based on the AJAX rules first but when we scroll the page down and load new items. all new items that are loaded in is not following those conditions, they are just normal products. We have a custom theme on the website, we had asked them for the Product Grid Identifier. They had given ”#minimog-main-post” as the AJAX product grid identifier. We used it and the filtering seemed to be working correctly till we noticed that the newly loading products do not consider the filter conditions. So, we turned it off until we could find out the issue. Without AJAX Filtering, the refreshing is slow. We want to fix this behavior of Non Selected Brands loading when we use Infinite Scroll Load More type of functions to load more products.

ISSUE # 5 We noticed the indexable page counts increased drastically now and Search Engines like Google also noticed a sharp spike in number of URLs that are traversable in the site. And we fear that this will have a negative effect because crawlers, scrapers, AIBots are spending a lot of time on the site visiting all URLs eating up resources and CPU cycle. How to control these? What should we add to robots.txt or similar settings to ensure only relevant taxonomies are indexed and crawlable. Is this controlled within the Plugin Settings?

Please guide on this. Thank you in advance.

FE_support Author Team

Hi ashwiniprabhu14

Thank you for choosing Filter Everything PRO.

Please send the credentials to the wp-admin dashboard following this document so we can check it.

After you send the credentials, we will start from the first request, which is the issue of filters not displaying on the search pages. To check this issue, please attach the link to the exact search page where you want the filters to be displayed so we can examine it.

Please write one request at a time. When we make sure that it is absolutely resolved, we can move to the next one, and so on. Do not send a list of multiple requests at once because it is not efficient to provide support for all of them simultaneously; it will only cause more confusion instead of actually providing the information needed for each request.

Best Regards,
Victor

Hello, thank you for your response.

I have submitted the credentials via the method in the document. Yes, we can start with ISSUE # 1 and keep other issues separate till this is resolved.. Please do let me know if I should proceed with other issues in this thread itself one by one after clearing each or whether I should start individual new support threads for each issue after one thread is completed. I can do accordingly.

FE_support Author Team

Hi ashwiniprabhu14

We have checked the search page. The issue is that you do not have the shortcode or the filters widget on that page. There is one widget area in the top section, but it is not very suitable for displaying the filters there. You need to add either a widget area in the required place with the filters widget, or use the shortcode [fe_widget] on the search page.

Best Regards,
Victor

Hello, I’m using your filter plugin with the Avada theme. On my custom page (“Акција”), the filter widget [fe_widget]does not load and the plugin reports: “No Products lists found on that page.”

The products are displayed using Avada Post Cards, not the default WooCommerce shop loop. It seems the plugin cannot detect the query that Post Cards generate.

Filter works fine on standard WooCommerce pages (Shop, Category).

On custom Avada Post Cards pages, the plugin cannot find the WP_Query.

I need guidance on whether there’s a hook or integration method to make the filter recognize Avada’s Post Cards query.

Your message has been sent.

FE_support Author Team

We have checked the site and turned off the object cache plugin, and the queries appeared in the filter set. Everything is now working as it should. The cache plugin was caching the queries on the pages and displaying only cached posts, so filtering was not affecting the cached query at all. This is why filtering was not working and why the queries were not appearing in the filter set settings.

You can turn the cache plugin back on and try to configure it so that it does not cache queries on the filter pages.

Best Regards,
Victor

Thank you.

lupascu

lupascu Purchased

Hello, I have a liceence for Filter Everything,

Until today everything went well, without anything being edited, now the filter no longer appears on the search page, I checked that the license is set correctly and it is fine.

Can you check if everything is fine?

Page Use : https://autorulatebacau.ro/masini/ shortcode use : [fe_widget id=”36115” show_selected=”yes” show_count=”yes” vertical=”yes” columns=”1”]

Thank you so much for help!

lupascu

lupascu Purchased

Send you ! Your message has been sent.

FE_support Author Team

We have checked the site, and what we did was duplicate a filter set and place both of them on the same page. It seems that some plugin is using page preloading to add some modifications to the page. This is where the first filter set is displayed, and after the final page is generated, filters are missing because they were created during the preloading.

Adding a second filter set fixes this issue. It does not require any extra resources or slow down the page; it simply ensures that the filters are generated in both the preloaded and the final version of the page.

Best Regards,
Victor

lupascu

lupascu Purchased

Thank you !

https://sunvalleyhike.wpenginepowered.com/hike-finder This is the page where I’ve added the filters, but they aren’t working. It shows the following PHP warning: ‘Undefined array key “cols_count” in /nas/content/live/sunvalleyhike/wp-content/plugins/filter-everything-pro/src/Admin/Widgets/FiltersWidget.php on line 544.’ How can I fix this?

FE_support Author Team

Hi Seakitten

Can you please send the credentials to the wp-admin dashboard following this document so we can check it?

Best Regards,
Victor

FE_support Author Team

Just in case we have a different time zone, please note that support is available on business days between 08:00 and 16:00 London time.

Best Regards,
Victor

Hello, my website is sportfitonline.com. I am having a problem on a page with Elementor that I created using the product widget. However, it is not filtering as I expect. For example, I filter for size 9.5us and it shows me results with 0 stock. I have configured Hide out-of-stock items in the catalog in WooCommerce, I have hidden them in the Everything Filter plugin, I have activated Hide out-of-stock items from filtered results, but it continues to show them. I have gone to WooCommerce > Status > Tools > and I have regenerated the Product Search Tables. This tool will regenerate the data in the product search tables. Thank you for your help.

info@sportfitonline.com

I try to filter a size and the site crashes. https://sportfitonline.com/tienda/ I try to filter US size. https://sportfitonline.com/tienda/talla_us-82-11/

Help me please

FE_support Author Team

Hi pantoniobmx

Everything is working fine now. Please do not create a filter from a taxonomy named “Category” in filter sets used for products, especially using a similar prefix to your talla_us filter. In general, this taxonomy is not connected to products. If you are looking for product category filters, please choose “Product Category” instead of “Category.”

Please note that the support team is currently on holiday vacation until January 8, 2026. However, we will check in periodically (every 2–3 days) to provide responses where possible.

Thank you for your understanding, and we wish you Happy Holidays!

Best Regards,
Victor

After clicking one of the tags, the category will be displayed and the products will be filtered

Example = Product Tags is 1. Pajero 2. pajeo Sport

Product Categories is 1.NA-NG 1983-1991 2.NH-NL 1991-2000 3.NM/NP 2000-2006 4.NS/NT/NW/NX 2006-ON 5.PA/PA II 1996-2008 6.QE/QF 2015-ON

Pajero 1.NA-NG 1983-1991 2.NH-NL 1991-2000 3.NM/NP 2000-2006 4.NS/NT/NW/NX 2006-ON

pajeo Sport 5.PA/PA II 1996-2008 6.QE/QF 2015-ON

Use Dropdown

FE_support Author Team

Hi pajeromasterau

If we understand everything correctly, are you referring to creating a step-by-step filter? Something like on this demo page: https://demo.filtereverything.pro/step-by-step-filtering/

And you need information on how this can be created? Or what exactly?

Best Regards,
Victor

Hi Victor, How do I amend the formatting / style options for the filter drop-downs?

FE_support Author Team

Hi lovesfootballuk

You can go to Filters > Settings > Experimental and turn on Improved Dropdown Styles. This will make the dropdown styles the same as on the demo site.

The remaining configurations can be made via custom CSS. You can place your custom CSS in Filters > Settings > Experimental > Custom CSS.

Best Regards,
Victor

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey