Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1189774

    HI,

    My client wants to add a transparent image over the menu item only on the current/selected page they user is viewing

    screenshot – https://ibb.co/XptMBP7

    is that possible? or do I need to make the menu all image based?

    #1189789

    Hey navindesigns,

    Yes this is possible. Have you already upload the image to the media library?

    Best regards,
    Jordan Shannon

    #1189793

    No, I have not

    do you want me to upload the transparent png image? Will you layer the transparent png over the enfold text menu?

    #1189795

    Hi,

    You have to put it into the media library. We can put it in as a background image.

    Best regards,
    Jordan Shannon

    #1191919
    #1192074

    Hi,

    This is what I needed. One last thing, just the link to the site and admin info so we can log in and workout the css. The link above only took me to a register page.

    Best regards,
    Jordan Shannon

    #1192079

    here you go

    you can see the menu on this page

    • This reply was modified 4 years, 8 months ago by navindesigns.
    #1192132

    Hi,

    Thanks. Please add this to quick css:

    .menu-item a:hover{
        background: url(https://theavantnyc.com/wp-content/uploads/2020/03/brushstroke.png);
        background-size: contain;
        background-repeat:no-repeat;
        background-position:8px 12px
    }
    
    
    .menu-item.current-menu-item a{
        background: url(https://theavantnyc.com/wp-content/uploads/2020/03/brushstroke.png);
        background-size: contain;
        background-repeat:no-repeat;
        background-position:8px 12px
    }

    Best regards,
    Jordan Shannon

    #1192133

    Looks great!!
    I just want to move the png to left a few pixels.

    #1192460

    Hi,

    Please try to adjust the value which is 8px in Jordans code, for example:

    .menu-item a:hover{
        background: url(https://theavantnyc.com/wp-content/uploads/2020/03/brushstroke.png);
        background-size: contain;
        background-repeat:no-repeat;
        background-position:2px 12px;
    }
    
    
    .menu-item.current-menu-item a{
        background: url(https://theavantnyc.com/wp-content/uploads/2020/03/brushstroke.png);
        background-size: contain;
        background-repeat:no-repeat;
        background-position:2px 12px;
    }

    Best regards,
    Rikard

    #1205017

    Works great

    Thanks

    #1205021

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Image over menu items’ is closed to new replies.