| @@ -260,9 +260,9 @@ | ||
| 260 | 260 | '</div>'; |
| 261 | 261 | |
| 262 | 262 | $booking_is_show_powered_by_notice = get_bk_option( 'booking_is_show_powered_by_notice' ); |
| 263 | 263 | if ( ( ! class_exists( 'wpdev_bk_personal' ) ) && ( 'On' === $booking_is_show_powered_by_notice ) ) { |
| 264 | - $calendar .= '<div style="font-size:7px;text-align:left;margin:0 0 10px;text-shadow: none;">Powered by <a href="https://wpbookingcalendar.com" style="font-size:7px;" target="_blank" title="Booking Calendar plugin for WordPress">Booking Calendar</a></div>'; | |
| 264 | + $calendar .= '<div class="wpbc_cal_powered_by">Powered by <a href="https://wpbookingcalendar.com" target="_blank" title="Booking Calendar plugin for WordPress">Booking Calendar</a></div>'; | |
| 265 | 265 | } |
| 266 | 266 | |
| 267 | 267 | $calendar .= '<textarea id="date_booking' . $resource_id . '" name="date_booking' . $resource_id . '" autocomplete="off" style="display:none;"></textarea>'; // Calendar code. |
| 268 | 268 | |