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 #2342451
Hide „Capacity“ in description
Closed

Comments

  • Marius started the conversation

    I would like to hide capacity in service description. In my case „Capacity“ always is equal to 1 for all services and I don‘t want to show this obsolete information to my clients so that description would be cleaner. Is it possible to hide this „Capacity“ information in description?

  • [deleted] replied

    Hello Marius, 

    There isn't an option in Amelia to remove this, but this element can be hidden on front-end with some custom CSS, so please send me a link to the page where you have your Amelia shortcode and I will help you out with the CSS. Thank you!

  •  1
    Henriette replied

    Hi Marija

    Can you help me with CSS code as well, please?

    Booking on this site (bottom):

    https://healinghandsforyou.dk/kinesiologi/

    "Capacity" shows when you click on images.

    Also, if possible, how to "not show" the category (before clicking any images)

    Best Regards, Henriette

  • [deleted] replied

    Hello Henriette, 

    Yes, of course. 

    Please try adding this custom HTML to the page where you have your Amelia shortcode: 

    <style>
    .am-category-headline {display:none;}
    #am-service-booking > div > div.am-service > div.am-service-header > div.am-service-data > div.am-service-info > div:nth-child(1) {display:none;} #am-service-booking > div > div.am-service > div.am-service-info > div > div:nth-child(1) > div:nth-child(4) {display:none;}
    </style>

    and let me know if it helped.

  •  1
    Henriette replied

    Hi Marija

    It works perfect!!!

    Thank you very much :)

    Best regards

    Henriette

  • [deleted] replied

    You are welcome, Henriettesmile.png

    Glad to hear that!

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help.