menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #130896

    russomedia
    Participant

    Здравствуйте!
    Хотелось бы узнать как отключить в меню эффект категорий!
    Увеличиваются фотографии при наведении мыши!

    Attachments:
    You must be logged in to view attached files.
    #130915

    Hello,

    Remove the HTML block in the menu item HTML block for the drop-down https://xtemos.com/docs/woodmart/create-menu-2/

    Best Regards

    #130973

    russomedia
    Participant

    Вы не так поняли меня!
    я не хочу удалять меню!
    при наведении на категорию в меню, например на iphone !
    фотография категории увеличивается(эффект)
    я же хочу чтобы не было этих эффектов!
    то есть просто фотографии были без эффектов!

    #131003

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body #menu-categories .category-grid-item:hover .category-image {
        -webkit-transform: none; 
         transform: none; 
    }

    Best Regards

    #131011

    russomedia
    Participant

    спасибо

    #131031

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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