@zinctek I cannot see any shortcode for the opening hours as a table or sentence in this page.
For the conditional text, please be careful about spacing after the if and end statements. You can use the special characters (e.g. %comma%, %space%) if needed. Conditional text does not use any styling (unless you add your own <span> tags or similar).
Hi
If you look at the top right and corner you will see at the top in gray, i am trying to get that in white. text and maybe bold.
Thanks
DAve
@zinctek The text there is unformatted with no HTML tags to apply styling.
The HTML outputted is as follows:
We are currently closed , but open again tomorrow at 9:00 am
With the parent tag (this is outside of the shortcode):
<div class="elementor-shortcode">We are currently closed , but open again tomorrow at 9:00 am</div>
If you want to introduce your own styling, you could do something like this using the conditional text:
[open_text]%if_open% We are now <span style="color: #FFF;">open</span>%end% %if_closed% We are currently <span style="color: #FFF;">closed</span> %if_open_tomorrow% , but open again tomorrow at %tomorrow_start% %end% %end%[/open_text]
For conditional text, it is up to you to add your own HTML tags as needed.
I am going to update the wording in the Shortcode tab to clarify this in the next update.