As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2805633
Category view
Closed

Comments

  • Nathan started the conversation

    Could I hide or remove the service-pic(the coloured circle) from category view?

  • [deleted] replied

    Hi Nathan

    Thank you for reaching out to us.

    Please try using this custom CSS on the page:

    div.am-category-service-info > div.am-category-service-color, div.am-category-service-info > div.am-category-services-thumbs {
    display: none !important;
    }

    If it doesn't work, please provide me a temporary wp-admin (administrator) user, and I'll gladly remote in, and take a look.


  •   Nathan replied privately
  • [deleted] replied

    Hi Nathan

    Unfortunately we can't help you much without logging in and inspecting the page, you can try adding this 

    .am-category-service-color {
    display: none !important;
    }
    

    but if this doesn't work we will need to log in to find the correct code.