Customize divider lines

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10223
    gypsygal1207
    Member

    I added a divider line to my home page using the shortcode [divider_line]

    but would like to customize the height and color.. i tried using this in Custom CSS but it isn’t working:

    .divider line {
    width: 90%;
    margin: 10px auto;
    height: 10px;
    background-color: #6e991f;
    }

    Please ADVISE Thanks

    #10238
    Veena
    Moderator

    Pls add the below custom CSS –

    .divider-line {
    border-bottom: 10px solid #6e991f;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.