Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    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!

    Theme Author Ben Sibley

    (@bensibley)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide categories’ is closed to new replies.