Remove dark line

Discussion in 'Compass WordPress Theme' started by crystal0811, Jun 22, 2015.

Thread Status:
Not open for further replies.
  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    The side bar or primary widget area has a light line separating each widget. On the right side of the line there is a darker line that I would like to remove. Please let me know how to do this.

    http://cyndistrid.com/about-cyndi-strid/
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    span.line {
      display: none !important;
    }
    Thanks,
    Praveen
     
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
Thread Status:
Not open for further replies.

Share This Page