Forums
Home / Theme: V12 / Remove Date and Author
(@nidzo1994)
5 years, 7 months ago
How to remove this part https://prntscr.com/ncf8bf
(@jarretc)
You can use the following CSS in Appearance->Customize->Additional CSS
.post .entry-meta span:nth-child(-n+2) { display: none; }
However, it will leave behind the 2 / / in front. Can’t really get those removed unless you are using a child theme and can modify the source code directly.