boxes in profile menus

Home Forums Legacy Support Support queries Styling issues boxes in profile menus

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #334660
    abccollege
    Spectator
    boxes Is it possible to get rid of these boxes, and for search courses, use an line below instead, like this: a line
    #334842
    Ada
    Participant
    Add this code in appearance> customize >> custom css
    
    #vibebp_member .profile_grid .wplms_manage_courses_wrapper .vibebp_form_field {
        border-bottom:2px solid #825527 !important;
        border-left:0px !important;
        border-right:0px !important;
        border-top:0px !important;
    }
    
    #vibebp_member .vibebp_myprofile select{
        border-bottom:2px solid #825527 !important;
        border-left:0px !important;
        border-right:0px !important;
        border-top:0px !important;
    }
    #vibebp_member .profile_grid .wplms_manage_courses_wrapper span{
        border:0px !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘boxes in profile menus’ is closed to new replies.