Can I modify the CSS of the Hotel booking plugin in my theme?

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Can I modify the CSS of the Hotel booking plugin in my theme?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1167508
    Natasha Alton
    Participant

    For example, in shortcodes/search/search-form.php, the following code is present:

    <form method="GET" class="mphb_sc_search-form" action="<?php echo esc_attr( $action ); ?>">
    	
    
    	<p class="mphb_sc_search-check-in-date"> 

    To use .mphb_sc_search-form or p.mphb_sc_search-check-in-date in my theme’s style.css, should I copy shortcodes/search/search-form.php to my theme? Will these CSS names be changed in future updates of the Hotel booking plugin? Ideally, I don’t want to copy template files to my theme, is it recommended for the above scenario?

    Thanks!

    #1169193
    Andre Flores
    Moderator

    Hello Matthew,

    When it comes to CSS, there is no need to copy plugin template files to your theme, you may add CSS directly under Appearance ->Customize ->Additional CSS.

    Regards,
    Andre

    #1169197
    Natasha Alton
    Participant

    Thanks for the reply, Andre.

    So the names of css classes in the Hotel booking plugin, won’t change in future updates of the plugin? I can make modifications to the CSS in my style.css, without copying over template files?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.