To show opening hours by default without the collapsible + sign, you can edit ssf-wp-functions.php
Search for the following code and change,  from:
<div id='info-operating-hours' class='infobox__subtitle info-operatinghour'> <div class='info__toggler actives' style='cursor:pointer;' id='openhouropen'></div> <div style='display:inline-block;'>$hours_label</div></div> <div class='info__toggler-contents togglerify-slider infobox__row store-operating-hours' style=''></div> 
to:
<div id='info-operating-hours' class='infobox__subtitle info-operatinghour'>$hours_label</div> <div class='infobox__row store-operating-hours'></div> 
Important Notice: There are 2 occurrences, be sure to update the code at these 2 locations in the same file.here.
 Users who have LIKED this post:
 
      









