php-store-hours icon indicating copy to clipboard operation
php-store-hours copied to clipboard

Wish to style the open / closed hours with a class

Open compumatter opened this issue 9 years ago • 0 comments

Hello and thank you for this fine piece of code. I have written you earlier about an unrelated issue and thank you for your response.

In this case, I am finding I need to assign a class to 'hours' => "{%open%}{%separator%}{%closed%}"

So that it works something like this:

'hours' => "

{%open%}
{%separator%}
{%closed%}
"

This allows me to provide a 33% width for each element in my particular application.

I cannot see where this is built in.

Do you have a thought on it ?

Thank You.

Jay CompuMatter

compumatter avatar Apr 04 '16 22:04 compumatter