• Resolved inbodyjp

    (@inbodyjp)


    I want to hide the level label and wishlist icon label displayed above the course featured image on the course archive page.
    Please help me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @inbodyjp,
    Hope you are doing well. For this issue, you need to follow the below steps.

    To remove the course level, please go to Tutor LMS > settings > course > Enable/Disable. From there you can choose to disable the ‘Course Level’.

    Even after that if you don’t get the solution then CSS needs to be customized for this level issue and also for the wishlist issue. Share the url to the page you need help with. So that I can help you.

    Thank You.

    • This reply was modified 3 years, 5 months ago by Nadia Akther.
    • This reply was modified 3 years, 5 months ago by Nadia Akther.

    Hello @inbodyjp,

    You can copy paste the following CSS to hide wishlist and levels from archive page

    .tutor-course-loop-header-meta {
        display: none;
    }
    
    Thread Starter inbodyjp

    (@inbodyjp)

    Hello @munayam,

    Thank you for your kind answer.
    I was able to solve it with this CSS.
    Have a nice day.

    Thread Starter inbodyjp

    (@inbodyjp)

    Hi @nadiaakther,

    Thanks for your comment. I solved.
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘course archive page customise’ is closed to new replies.