Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1321398

    Is it possible to add an image to the menu bar in place of text? I need to add a Door Dash red button to my menu bar.
    Thank you!
    Erin

    #1321501

    Hi ESWEENEY113,

    Yes, it’s possible.
    Go to Appearance > Menus and expand the Door Dash menu (by clicking on the triangle) then in the Navigation Label, replace Door Dash with:

    <img src="image_url" alt="label" />

    Then just replace image_url and label
    Here’s an example:

    <img src="https://mysite.com/wp-content/uploads/2016/07/phone_icon.png" alt="contact" />

    Best regards,
    Nikko

    #1321654

    Thank you! That works.

    Is there any way to make it more centered with the other menu tabs? See https://obu.4c5.myftpupload.com/.

    Thanks again :)
    Erin

    #1321656

    Hey Erin,

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

    
    #top #menu-item-730 img {
        position: relative;
        top: 8px;
    }
    

    Best regards,
    Yigit

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