Course directory and course page styling

Home Forums Legacy Support Support queries Styling issues Course directory and course page styling

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #236020
    traptiagrawal2015
    Participant
    Hi Support, How can I style the course directory and the course page.
    1. I want to change the header of both these layouts.

    2. and remove search from the course directory page.

    3. I have changed the layout for both these from the wp-admin\appearance section. but still some more style I would like to change.

    Please suggest. Thanks, Trapti  

    #236122
    logan
    Member
    Hello, yes it is possible, please share detailed pieces of information with screenshots and demarcations. we will look and tell you if feasible.
    #238268
    traptiagrawal2015
    Participant
    In the above mentioned issues: Please note the followings,
    1. I want to remove search from the course directory page. - I have logged another case for it today. so you can reply here/ or there.
    2. I want to change the header of both these layouts - consider this is done. 3.1. I have changed the layout for both these from the wp-admin\appearance section. but still some more style I would like to change.  -- for a logged in student, the listing of the units is on the right side, and the course content appears on the left. I want the opposite of this, meaning that the list of the units to appear on the left and the content on the right side. 3.2. And the unit names are appearing in all uper case, however I want this to appear as they were entered in the title, without changing the case.
    #238427
    Misty
    Member
    hi, Are you talking about this search to remove http://prntscr.com/qjvdxg if no then please share some screeenshot or Page URL that we can easily get your issue.
    #238433
    traptiagrawal2015
    Participant
    This reply has been marked as private.
    #238442
    Misty
    Member
    Hi

    1) Use this css to remove  search from Courses

    Go to : wp-admin > appearance > customize  > custom css 

    .dir-search form#search-course-form input#course_search {

     display :none;

    }

    output : Before -> http://prntscr.com/qjwf72  After - > http://prntscr.com/qjwga8 2) For  Layout change You have to go wp-admin > Appearance > customize  > Layout There are many option to use different type of layout , if  you want something else then use wplms child theme and create your own layout. http://prntscr.com/qjwj09 3 ) And There is no Uppercase in Unit Name You provided name in caps that why it showing in caps http://prntscr.com/qjwkeh http://prntscr.com/qjwkok
    #238446
    traptiagrawal2015
    Participant
    This reply has been marked as private.
    #238524
    Misty
    Member
    Hi, In point 2  unit title of course are showing in caps because You are provide title in caps, if you want to edit title it will be show as you want. http://prntscr.com/qk9uld http://prntscr.com/qk9uz9
    #239920
    traptiagrawal2015
    Participant
    This reply has been marked as private.
    #239970
    Misty
    Member
    Hi, Use this code in your custom css Goto : wp-admin > appearance > customize > custom css li#unit910 a.unit { text-transform: none!important; } http://prntscr.com/qq83t4 If you want to show Course unit in left side use Layouts Goto : wp-admin > Appearance > customize  > layout > course layout > choose your layout.
    #240067
    traptiagrawal2015
    Participant
    This reply has been marked as private.
    #240078
    Diana
    Participant
    @traptiagrawal2015, There are only two options to change the course Layouts which you can manage from here Go to wp-admin > WPLMS > Course Manager > http://prntscr.com/qqmkok
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Course directory and course page styling’ is closed to new replies.