• Hey Support Team,

    Can you please help me some customizations as below:

    Q1: Logo size
    Is it possible to reduce the logo size in the header (= 70-80% now) (https://imgur.com/a/4kdVLaN)? If yes, please instruct me.

    Q2: Change the hover underline color
    Can you please tell me how to change the line color under the top menu (blue color in this photo – https://imgur.com/a/4kdVLaN)?

    Q3: Dropdown menu
    I want my dropdown menu (https://imgur.com/a/ZnEwlqO) to have only 2 links: Dashboard & Logout. However, when I add the code (removing links code), those links on the Dashboard page disappear, too.

    So I think of 2 options:

    (1) Can you please help to display a dropdown menu with only 2 links: Dashboard & Logout?

    (2) I prefer option #1, but if it takes a lot of effort to instruct me to do it, can you please instruct me to remove the dropdown menu and direct me to the Dashboard page when clicking on ‘Hello Username’?

    Q4: Course filter
    In the course filter, can we rearrange the order of filter criteria? Specifically, I want to move the Price Type (free/paid) to on top of Course Categories.

    Q5: Change the background color of the Course Bundle
    Can you please help me change the purple (Course Bundle background color) here (https://imgur.com/a/VOqWdz6) into another color?

    Thank you so much for your support!

    Jenna

Viewing 7 replies - 1 through 7 (of 7 total)
  • Dear @jennant

    User the CSS and adjust the width pixels to change logo size.

    .navbar .navbar-brand img {max-width: unset; width: 50px;}

    Q2:Change the hover underline color
    Ans: You have use CSS to change the under line color.
    Q3:Dropdown menu
    Ans: yes, The menu load directly using the Tutor LMS function so when you hide the menu using the code the menu will hide from the dashboard page also. We can not do anything there is not other option to hide the menu.
    Q4: Course filter
    Ans: Unfortunately, no we can not re-arrange the filter like this.
    Q5: Change the background color of the Course Bundle
    user the CSS and change the color code the color will be changed.
    .tutor-bundle-course-count-badge?{background-color: #9342e7;}

    Thread Starter jennant

    (@jennant)

    Hi Md. Jobayer Al Mahmud,

    Thank you so much for your detailed answers.

    Can you please help me the CSS code to change the under line color? I don’t know how to write CSS code.

    Thank you!

    Jenna

    Dear @jennant
    Here is the code.

    .navbar.navbar-right .menu-item:not(.icon) a:after?{background: #1950d1};

    Thread Starter jennant

    (@jennant)

    Dear @jobayertuser,

    Thank you for your support.

    However, the code does not work. Can you please help me again?

    Thank you so much!

    Jenna

    Dear @jennant
    Please share your website link.

    Thread Starter jennant

    (@jennant)

    Dear @jobayertuser,

    Here’s our website link: elearning.senpharma.vn

    Thank you!

    Dear @jennant
    You have turned off the right click how can I inspect the page if I can’t right click. Please enable that.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Some customizations’ is closed to new replies.