The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Menu Image Inset Box Hover

    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    In progress Menu Image Inset Box Hover

    Post by IdaTR November 12th 2014, 12:39 am

    Code:
    -webkit-box-shadow: inset 0px 0px 7px 6px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 7px 6px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 7px 6px rgba(0,0,0,1);



    I would like to have this hover appear on the website: www.vielamort.net
    in the menu as a hover.

    Also is it possible to switch the images out with text instead? Since would like the color to switch as well, since it would be easier for me. 
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Menu Image Inset Box Hover

    Post by Ange Tuteur November 12th 2014, 1:51 am

    Hello IdaTR,

    You want to add this hover to the nav images ?
    Code:
    .navbar a.mainmenu img:hover {
    -webkit-box-shadow: inset 0px 0px 7px 6px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 7px 6px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 7px 6px rgba(0,0,0,1);
    }

    If you want text for the navbar you'll need to remove the images and make sure that this option is set to "No" :

    Administration Panel > Display > Headers and navigation > Display only images in the navbar
    Menu Image Inset Box Hover Captur14
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    In progress Re: Menu Image Inset Box Hover

    Post by IdaTR November 12th 2014, 2:06 am

    Yes thanks! (:

      Current date/time is November 11th 2024, 7:39 pm