• in my home page bottom somehow appeared filter by thing and i dont now how to delete. i tried to look to widgets to theme options css code i cant find this filter anywhere but somehow he’s in my home page.
    this is screen shot how this filter looks like :
    https://snipboard.io/utMa0i.jpg
    and i found in source code this filter but i cant find where i could delete it:
    https://snipboard.io/5EJYPf.jpg

    • This topic was modified 5 years, 4 months ago by audrone1.
    • This topic was modified 5 years, 4 months ago by audrone1.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • For theme customization, please post in your theme’s support page. Since you are using a purchased commercial theme, it is not supported here. Please visit the site where you purchased it as support is usually included:
    https://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048/support

    Thread Starter audrone1

    (@audrone1)

    i dont think its themes fault.
    these are from some plugins leftovers because i tried bunch of filter and half those didnt work and i was changing and changing plugins and some how this filter left here.

    Everything that you see on your site is placed by the theme or plugins. If a plugin you installed caused that you will need to get support from that plugin’s support page.

    I suggest you find the culprit and remove it the correct way. Alternatively you can just hide it with CSS like this:

    
    .section.section-filters {
        display: none;
    }
    

    This will not fix the problem, but it will hide the section.

    Thread Starter audrone1

    (@audrone1)

    thank you it working for now it will be ok.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to delete filter by from home page’ is closed to new replies.