Comments 5zdenekklika started the conversationApril 13, 2021 at 8:12amHello, I need help with some issues:1. I need hide the box grid label above the box grid2. I need change fonts for date and time in Box Grid viewThanks! 878Zhivko repliedApril 19, 2021 at 3:16pmHi,Sorry for the late reply.The date time element is using class ".stec-layout-boxgrid-event-timespan". You can alter it via css.Example: .stec-layout-boxgrid-event-timespan { font-family: Arial; font-size: 16px; }Either place the code in your theme stylesheet or in Dashboard -> STEC -> Fonts & Colors -> Custom style tab.I'm not sure what you mean by "box grid label above the box grid". Could explain please or send me screenshot. Stachethemes Developer 5zdenekklika repliedApril 20, 2021 at 6:03amHi, ok, no problem :-)Here are two screens with described issues, which I need to solve.Thanks in advance. 878Zhivko repliedApril 21, 2021 at 12:15pmTo hide the top menu in your shortcode add "show_top=0" attribute.Example: [stachethemes_ec show_top=0] Stachethemes Developer1 Like 5zdenekklika repliedApril 22, 2021 at 3:48amThanks, this helped.Now i have one issue - via picture.Thanks a lot for your help. 878Zhivko repliedApril 22, 2021 at 2:37pmHi,You could alter this element via css.Example: /* MONTHS LABELS */ .stec-layout-boxgrid-event-timespan-big { font-size: 10px !important;} /* DAYS LABELS */ .stec-layout-boxgrid-event-timespan-big span { font-size: 10px !important;} You can place the custom css in STEC -> Fonts & Colors -> Custom style tab. Stachethemes Developer Sign in to reply ...
Hello, I need help with some issues:
1. I need hide the box grid label above the box grid
2. I need change fonts for date and time in Box Grid view
Thanks!
Hi,
Sorry for the late reply.
The date time element is using class ".stec-layout-boxgrid-event-timespan". You can alter it via css.
Example:
Either place the code in your theme stylesheet or in Dashboard -> STEC -> Fonts & Colors -> Custom style tab.
I'm not sure what you mean by "box grid label above the box grid". Could explain please or send me screenshot.
Stachethemes Developer
Hi, ok, no problem :-)
Here are two screens with described issues, which I need to solve.
Thanks in advance.
To hide the top menu in your shortcode add "show_top=0" attribute.
Example:
Stachethemes Developer
Thanks, this helped.
Now i have one issue - via picture.
Thanks a lot for your help.
Hi,
You could alter this element via css.
Example:
You can place the custom css in STEC -> Fonts & Colors -> Custom style tab.
Stachethemes Developer