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

    Hi,

    I want to place an image instead of “home” link in the main menu, how can i do this ?

    Thanks

    #128214

    Hi,

    Inspect the Home menu, look for the menu id. Add this on your custom.css

    #menu-item-755 {
    text-indent: -9999px;
    background: url(IMAGE URL) no-repeat center;
    width: 200px;
    }

    The menu id of my home menu is 755, it might differ from yours. Adjust the width according to the image that you’re going to use.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to place an Image in the main menu’ is closed to new replies.