Comments jamiecooksitup started the conversationSeptember 2, 2021 at 10:04pmOn mobile, the overlay does not show anything except the post title. Where are the options to display other information like Author, Post Date, etc? I can't seem to find it in the customize menu or the documentation.Thanks 2,613PenciDesign repliedSeptember 3, 2021 at 4:31amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 478px) { .container .penci-grid li.typography-style .grid-post-box-meta { display: block; }}Regards,PenciDesign.jamiecooksitup repliedSeptember 9, 2021 at 6:40pmThanks for the CSS. It's good to have for the pages that need it. Sign in to reply ...
On mobile, the overlay does not show anything except the post title. Where are the options to display other information like Author, Post Date, etc? I can't seem to find it in the customize menu or the documentation.
Thanks
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks for the CSS. It's good to have for the pages that need it.