Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #326072

    I want to change the text-based menu (home, products, about, etc..) with an image for each of them. How can I do that please??

    See screenshot please: http://coolsitemachine.com/download/menu.png

    #326755

    Hi sabrostar!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-4758 a {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }
    li#menu-item-4758 .avia-menu-text {
    opacity: 0;
    }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.