Topic Resolution: Resolved
  • Closed
  • Larkoll teamet
    Spectator
    March 13, 2015 at 11:41 pm #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
    March 14, 2015 at 10:17 am #15447

    use this in the Custom CSS instead:

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

    Larkoll teamet
    Spectator
    Posts: 25
    March 15, 2015 at 6:05 pm #15517

    Thanks 🙂