[mphb_availability_calendar id="*" monthstoshow="1,1"]

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking [mphb_availability_calendar id="*" monthstoshow="1,1"]

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #744416
    Armin Maaßen
    Participant

    Is it possible to customize the prev and next buttons? For example only show < and >?

    #747331
    Stacy Lind
    Keymaster

    Hi Armin,

    The default arrows are simple symbols in unicode. You can substitute them with your own symbols by adding them to Apperance > Customize > Additional CSS:

    .mphb-calendar .datepick-cmd-next::before {
        content: "" !important;
    }
    .mphb-calendar .datepick-cmd-prev::before {
        content: "" !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.