Viewing 6 replies - 1 through 6 (of 6 total)
  • I would assume that making a child and over-riding the CSS or commenting out something in another file would do it. I haven’t looked carefully at this theme yet, but I’ve done similar things with twenty ten.

    Thread Starter Ricardo

    (@r1cardo01)

    I have tried it with my child theme, but I couldn’t get it working.

    see if this works. add this to your child css theme:

    #access {
    	background: none;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }

    Thread Starter Ricardo

    (@r1cardo01)

    Nope, it doesn’t do anything

    (Thanks for helping btw!)

    Add this to child theme style.css

    #page {
        margin: 0 auto;
      }
    Thread Starter Ricardo

    (@r1cardo01)

    Yeah! Brilliant!:D Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove bars twenty eleven theme’ is closed to new replies.