Comments 2Pronish started the conversationOctober 7, 2022 at 8:55amHello,Is it possible to hide date and category button from box grid layout?Also, is it possible to show past events?Best, 877Zhivko repliedOctober 11, 2022 at 1:03pmHi,Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css: .stec-layout-boxgrid-event-tags,.stec-layout-boxgrid-event-timespan { display: none !important;}By default you can navigate to past dates from the top menu. If you want the calendar to show certain month you can use start_date shortcode parameter. Example: [stachethemes_ec views=boxgrid view=boxgrid start_date=2022-01-31]the date must be in YYYY-MM-DD format like in the example. Stachethemes Developer 2Pronish repliedOctober 11, 2022 at 1:58pmHello,Thank you. They all worked like a charm. Is there any way to hide the Day and Month on the box grid layout too?Please see attached.Best, 877Zhivko repliedOctober 11, 2022 at 2:43pmUpdate the previous style to this: .stec-layout-boxgrid-event-timespan-wrap, .stec-layout-boxgrid-event-tags, .stec-layout-boxgrid-event-timespan { display: none !important; } Stachethemes Developer 2Pronish repliedOctober 12, 2022 at 7:12amThanks a lot!1 Like Sign in to reply ...
Hello,
Is it possible to hide date and category button from box grid layout?
Also, is it possible to show past events?
Best,
Hi,
Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css:
By default you can navigate to past dates from the top menu.
If you want the calendar to show certain month you can use start_date shortcode parameter.
Example:
the date must be in YYYY-MM-DD format like in the example.
Stachethemes Developer
Hello,
Thank you. They all worked like a charm. Is there any way to hide the Day and Month on the box grid layout too?
Please see attached.
Best,
Update the previous style to this:
Stachethemes Developer
Thanks a lot!