slider color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31000
    Aubrey Matulevich
    Participant

    could you please tell me how to change the line color on the slider? see attached
    https://cvwevents.com/

    thank you!

    #31003
    Veena
    Moderator

    You can use the below custom CSS –

    ul.tab-list, ul.member-list, .widget ul.tab-list, .widget ul.member-list {
        border-bottom: 1px solid #00b1e8;
    }
    ul.member-list li a.flex-active, .widget ul.member-list li a.flex-active {
        border-bottom: 3px solid #00aeef;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.