• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hello! Does anyone know tell me how do I add these squares (mouse over) in the menu of my website?

    My website: https://irinasopas.com/
    Menu that I want: https://patudos.org/

    Just grab the menu code of the Patudos.org theme and paste it into the .css of irinasopas.com?

    Thank you and have a good weekend.

    • This topic was modified 6 years ago by Anonymous User 9824923.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please disable whatever you’re using that blocks right clicks, It makes it too inconvenient to inspect the CSS on your site.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    OoOopsss! Already offline and disabled. No more problems to inspect.

    Very very sorry about that. I’m having problems with people taking the vectores (images from my characters, map etc) AND not giving the copyright to the designers that made it. The plugin doesn’t make miracles but desmotivates hahaha.

    • This reply was modified 6 years ago by Anonymous User 9824923.
    • This reply was modified 6 years ago by Anonymous User 9824923.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    navbar-default .navbar-nav > li > a:hover {
        background-color: blue;
    }

    You probably want to pick a different color.

    To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo! Thanks for your tips dear.

    I know how to see and search the elements but how I test the changes from css.

    I used the code you gave me, but it stills the same, no square when mouse over or clicking. I was waiting so it could update and I also cleaned my cache and cookies.

    Kisses

    • This reply was modified 6 years ago by Anonymous User 9824923.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Sorry, I mis-pasted and left off the leading .

    It should be

    .navbar-default .navbar-nav > li > a:hover {
        background-color: blue;
    }
    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Oummm you’re my angel! NOW MY WEBSITE ROCKS! Thanks to you MY AMAZING ANGEL.

    Can I ask you a question that has nothing to do with it but also wordpress related?

    kisses

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    If you have a new question, please start a new topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Mouse Over – Box’ is closed to new replies.