Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1350043

    Hi,
    We are working on yith booking plugin to manage bookings for tours.
    Unfortunately, it is not showing properly and I can’t find the correct CSS.
    The Select People is overlapping and not showing completely
    Issue Yith

    Can someone please help?

    Thank.
    X.

    • This topic was modified 2 years, 6 months ago by koomo.
    #1350079

    Hey koomo,
    Thanks for the link to your page, from what I see the Select People is given the background color by the plugin when the toggle is opened, this seems to be the correct behavior, but if you want to remove it try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .yith-booking--simple-style .yith-wcbk-people-selector--opened .yith-wcbk-people-selector__totals {
        background: none !important;
        color: #484848;
    }

    to show the dropdown selections try this css:

    .yith-wcbk-people-selector--opened .yith-wcbk-people-selector__fields-container {
        position: relative;
    }
    

    After applying the css, please clear your browser cache and check.
    the expected results:
    2022-04-30_013.jpg

    Best regards,
    Mike

    #1350099

    Mike,
    You are a star.
    All perfect.
    Thank you very much.
    Regards,
    Xavier

    #1350112

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold and Yith Booking’ is closed to new replies.