Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi andryonline. Using css, primary sidebar is s1; secondary is s2.

    .s2 .sidebar-top > p, .s2 .sidebar-top > p {
      font-size: 0;
    }

    Or to hide them both you could use:

    .sidebar-top > p {
      font-size: 0;
    }
    Thread Starter andryonline

    (@andryonline)

    It works, thanks! 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide title sidebars’ is closed to new replies.