• Resolved rosina lippi

    (@greenery)


    If you look at this page I’m working on you’ll see the black borders at the top of the sidebar, between widgets and on the main column. I’ve been inspecting elements left and right and I cannot figure out where to put border=none in the ‘additional css’ box.

    This is a simple thing, but I’ve done nothing big with wordpress for some five years. I’d appreciate a hint.

    Many thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator jordesign

    (@jordesign)

    Hi @greenery – trying some CSS like this would remove the border from all those sidebar widgets on the right.

    .widget {
        border-top: none;
    }

    If you also wanted to remove it from the main column you could add this as well.

    .page-header {
    	border:none;
    }

    Could you please try those out and see how they go?

    Thread Starter rosina lippi

    (@greenery)

    Thank you, jordesign — exactly whatI needed. Borders gone.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘banish borders everywhere’ is closed to new replies.