Dashed line above Featured items

Discussion in 'Infoway WordPress Theme' started by moorwa, Nov 21, 2013.

  1. moorwa

    moorwa New Member

    Joined:
    Apr 29, 2012
    Messages:
    11
    Likes Received:
    0
    Location:
    Washington, NC, USA
    Is it possible to make the dashed line above the featured items a solid line?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider_wrapper .infotag {
    border-bottom: 1px solid #c4bab0;
    }
    It will make the dashed line into solid line.
     
  3. moorwa

    moorwa New Member

    Joined:
    Apr 29, 2012
    Messages:
    11
    Likes Received:
    0
    Location:
    Washington, NC, USA
    I made the above changes ( and I changed the solid line color to black) at ncreef.org and it appears that I can still see the dashed line just above the solid line.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider_wrapper .infotag {
    background: none;
    }
     

Share This Page