• Resolved jonass1

    (@jonass1)


    Hi community,

    I wanted to ask for a help with removing certain elements from a course card when listing courses in a grid.

    Specifically, I’d need to remove the author’s avatar, ‘add to the wishlist’ button, and the price from the tooltip that appears upon hovering over a course in a grid.

    See attached image for details.

    Does anybody have any experience doing this?

    See printscreen: https://snipboard.io/ZGSzJe.jpg

    I am using Elementor Pro to build the page.

    • This topic was modified 1 year, 5 months ago by jonass1.
    • This topic was modified 1 year, 5 months ago by jonass1.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, @jonass1

    This case can be solved with CSS:

    .ms_lms_courses_card_item_popup .ms_lms_courses_card_item_popup_author {
        display: none !important;
    }
    
    .ms_lms_courses_card_item_popup_bottom_wrapper {
       display: none !important;
    }
    
    .ms_lms_courses_card_item_popup {
        min-height: 85% !important;
    }

    Expected Result:

    Screenshot

    To apply this CSS please add it to Customize -> Additional CSS and save the changes.

    Best regards.

    Thread Starter jonass1

    (@jonass1)

    Hi @stanstm, wonderful, thank you for your answer! Fantastic!

    At your service, @jonass1

    If you have any additional questions or difficulties please let us know and we will help you.
    P.S. If you don’t mind could you please take a moment to leave a good review about the plugin and the support system. It is very important for us.

    Link

    Also, if you have ideas or suggestions that you would like to see in future updates, you can describe them in the roadmap:

    Roadmap

    We value each of our users and your request will not be left without attention.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing avatar from courses grid’ is closed to new replies.