Hello 🙂
This CSS should do the trick:
.entry-categories {
display: none;
}
Thread Starter
daphy
(@daphy)
Thank you for your prompt answer!
I would have a couple more questions:
1. please, watching the site on mobile, how can I turn the dark background into white?
2. Please, how can I reduce the height of the footer (or is it called site footer?), the placce where you can actually see: Pagine, cookie policy, etc.
Thank you!
Sure, you can use this CSS to make the mobile background white:
.menu-primary,
.menu-primary-tracks {
background-image: linear-gradient(#fff 24px, transparent 24px, transparent 48px);
}
As for the footer, this should work well to reduce the height:
.sidebar-footer {
padding: 0 5.55% !important;
}
Thread Starter
daphy
(@daphy)
Simply great!
Thank you very much