Topic Resolution: Resolved
  • Closed
  • Larkoll teamet
    Spectator
    13.03.2015 at 23:41 #15411

    I whant to change color on the border in Widget.

    This can be changed i custom CSS:
    .title-sep {
    border-color: #ffffff !important;
    }

    If i change this one, it also change the border that is on all page. I will this to be a separate code in CSS so the color can be different in the Widget and page. Where in HTML code can i change this?

    Roman
    Spectator
    Posts: 3147
    14.03.2015 at 10:17 #15447

    use this in the Custom CSS instead:

    .widget .title-sep {border-color: #ffffff !important;}

    Larkoll teamet
    Spectator
    Posts: 25
    15.03.2015 at 18:05 #15517

    Thanks 🙂