This topic has 4 replies, 3 voices, and was last updated 10 years, 8 months ago by Anonymous.
Tagged: CSS Changes
Viewing 5 posts - 1 through 5 (of 5 total)
1- Hi is there a way to remove your default styling of the plugin generated code on the front end so that it matches my themes css?
Please have a look here… https://www.jjosephsalon.com/ on the top… your text is kind off smaller than the regular text on the right side, and it is not aligned on the base line….
2- How does this plugin work if i am using W3 Total cache? Cause appearantly its not updating the color of the status directly when we are closed? Any work around with this?
3- Its a kind off future request π I love this plugin…. it would be nice if we can use tabbed timings… example ( we have 2 stores and they differ in the business hours, so i would like to combine the two stores into the same area just with 2 different tabs on the top … like Location 1 (always visible) and under it the timing… then theres a tab beside location 1 that says location two and it would show the second locations timing.
Thanks alot & Happy Holidays
1) If you have custom css section add the following rule and it will display vertiaclly aligned.
.iva_bh_shortcode.iva_bh_singleday { display: inline; }
2) It will change its status if you refresh the page. As its not ajaxified so it will not change its status automatically without reloading a page.
2) You can use tabs shortcode from the theme and implement both shortcodes in your tabs shortcode.
Thanks and happy holidays to you too!
Solved π
.iva_bh_shortcode.iva_bh_singleday {
display: inline!important;
font:12px / 18px “Open Sans”, Helvetica, Arial, Verdana, sans-serif!important;
}
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.