Bueno Theme: Widget links, change pink border

  • Unknown's avatar

    Hi, I’m struggling with this one thing. Please see the blog.

    Under the right hand column links (under “UPDATES”) is a pink line which I can’t reach through the custom CSS.

    Anyone know how do I change this colour please?

    I’m no expert and this is confirming that fact!

    Not sure if it helps but the rest of my sidebar custom CSS is below.

    Thanks so much.

    Andy

    #sidebar li {
    border-color:#000;
    }

    .widget {
    background-color:#fff;
    margin:0 0 30px;
    }

    .widget h3 {
    color:#fff;
    background-color:#000;
    border-bottom:none;
    padding:0 0 0 10px;
    }

    .widget ul li a:hover {
    font-weight:normal;
    color:#c40000;
    }

    .widget p {
    margin-left:10px;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    That is a bottom border and is here.

    #container .widget_categories li {
    border-bottom: 1px solid #000000;
    }

    Check perhaps another list type widget (links) to make sure that the pink doesn’t show up in other widgets and need another fix.

    Another way to do it is like this.

    #sidebar li {
    border-bottom: 1px solid #000000;
    }
    
    #container .widget_categories li {
    border: medium none;
    }
  • Unknown's avatar

    @thesacredpath, you’re a legend, thank you.

    I was just in Sydney for the restaurant opening at the weekend. If you are ever in the vicinity there’s a bottle of wine behind the bar with your name on it!

    Cheers,
    Andy

  • Unknown's avatar

    Andy, you are welcome and thanks.

  • The topic ‘Bueno Theme: Widget links, change pink border’ is closed to new replies.