Change order of courses menu – all courses to be at most right

Home Forums Legacy Support Support queries Other issues Change order of courses menu – all courses to be at most right

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #278841
    neuromath
    Spectator
    Hi, Is there a way to change the order of the menu shown here: https://prnt.sc/trbrl5 We want the "All Courses" to be displayed at the most right.
    #278970
    Veronica
    Moderator
    hi i have tried and i think this can be done via custom code please confirm you want the same right: http://prntscr.com/trm2wc if yes then i will try to write custom code for the same
    #279152
    neuromath
    Spectator
    Hi Veronica, That's exactly what I want. Please help to provide the custom code. many thanks
    #279654
    Jackson
    Blocked
    Hello, please share website url with admin credentials after that i will share site specific code with you, thanks,
    #279712
    neuromath
    Spectator
    This reply has been marked as private.
    #279912
    Jackson
    Blocked
    Hello, Goto appearance>>customize>>custom css and use code given below: .course #buddypress .item-list-tabs ul { display: -webkit-flex; /* Safari */ display: flex; } /* Safari 6.1+ */ .course #buddypress li#course-all {-webkit-order: 3;} .course #buddypress li#course-personal {-webkit-order: 1;} .course .course #buddypress li#course-instructorV {-webkit-order: 2;} /* Standard syntax */ .course #buddypress li#course-all {order: 3;} .course #buddypress li#course-personal {order: 1;} .course #buddypress li#course-instructorV {order: 2;} RefeR::https://prnt.sc/ttmfaw Thanks,
    #280014
    neuromath
    Spectator
    Many thanks Jackson, that works nicely
    #280148
    Veronica
    Moderator
    thanks to confirming closing the topic
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change order of courses menu – all courses to be at most right’ is closed to new replies.