Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • AHMED Friend
    #1092526

    Hello.
    I use images in my website sub-menu and it works well.
    I need Not to show them in sidebar menu (mobile or small devices) because they are appear on full width and hiding the menu title.

    Thanks in advance.
    Regards.


    1. menu
    2. sidebar-menu
    Saguaros Moderator
    #1092687

    Hi,

    Kindly share the URL of your site that you’re working on so I can take a look.

    Regards

    AHMED Friend
    #1092688
    This reply has been marked as private.
    Saguaros Moderator
    #1092928

    Hi,

    You can with this custom CSS:

    @media (max-width: 992px) {
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a img {
        display: none;
    }
    }

    add into the file: root/templates/ja_lawfirm/css/custom.css (create this file if it doesn’t exist)

    Regards

    AHMED Friend
    #1093054

    thanks, it works well and the issue is solved now.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  AHMED 6 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum