Hey everyone!

With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:

Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.

We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.

In the meantime, if you need help, feel free to:

https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos

https://www.youtube.com/@wpDataTables/videos

Thank you for being so understanding, and we hope you enjoy the long weekend! 

Okay
  Public Ticket #2815847
catalog view/ design
Closed

Comments

  •  1
    Romy Winkler started the conversation

    Hello Support,

    is it possible to hide the duration, capacity and the employees/ shops in this view?

  • [deleted] replied

    Hi Romy,

    thank you for reaching out to ussmile.png

    Sure we can do that with custom CSS, just please send me the URL of your booking page.

  •   Romy Winkler replied privately
  • [deleted] replied

    Hi Romy,

    thank you for the kind reply and for the loginsmile.png

    I apologize for the later response as we don't work on weekends.

    Here is a CSS for duration:

    #am-service-booking > div > div.am-service > div.am-service-info > div > div:nth-child(1) > div:nth-child(3) {
        display: none!important;
    }
    

    For capacity:

    #am-service-booking > div > div.am-service > div.am-service-info > div > div:nth-child(1) > div:nth-child(4) {
        display: none!important;
    }
    

    And for the employees / shops:

    #am-service-booking > div > div.am-service > div.am-service-info > div > div:nth-child(2) {
        display: none!important;
    }
    

    They had to be separate, I apologize, so that they wouldn't remove other elements on the booking.

    Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways. 

    If you need help with adding custom CSS to the page, please take a look at this article.

  •  1
    Romy Winkler replied

    Hi Ivana,

    no problem regarding your working hours :-) You helped a lot and everything works. Thanks for that.

    One more question: We want to remove one more phrase. See attachment marked in red. Hope you can solve this problem also with a CSS code.


    Thanks in advance.

    Kind regards, Romy

  • [deleted] replied

    Hi Romy,

    sure!

    Here it is:

    #am-service-booking > div > div.am-service > div.am-service-header > div.am-service-data > div.am-service-info {
        display: none!important;
    }
    
  •  1
    Romy Winkler replied

    That was fast! Thank you Ivana. 

    Wish you a great week.

  • [deleted] replied

    Anytime, Romysmile.png

    Have a great week as well; if you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.