Okay
  Public Ticket #251396
Team Member gray line in description
Closed

Comments

  •  1
    Louis started the conversation

    There is a gray line after the first paragraph of the description of a team member. I am trying to figure out how to either a) replicate that line after every paragraph break or b) remove the line after the first paragraph break but keep the line after the photo/name/contact info at the top

  •  8,472
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .team-member p.description {
        border-bottom: none !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  1
    Louis replied

    Worked perfectly. Thanks!