• Hello,

    I am looking to change just one menu item’s color to the current hover cover. How do i know which element is the correct one in the menu
    <li>?

    https://www.greatlaproperties.com – partners with Joyce Rey in the sub menu.

    I also want to center that text in its own men section, how “professionals network” is.

    THANK YOU!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ReidHorton

    (@reidhorton)

    I would also like to make the text 2px larger for just that item., thank you!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can contact your theme’s vendors for support with their products; https://www.elegantthemes.com

    Thread Starter ReidHorton

    (@reidhorton)

    Yeah, i’ve contacted them as well.

    Just thought it would be a generic wordpress issue.

    Thank you!

    Hi there Horton,
    I took a look at the css for your site and i’m pretty sure i found what you needed.

    #menu-item-2406 > a {
    margin-left:10px;
    font-size: 125% !important;
    }
    #menu-item-2406 > a:hover{
    color:red !important;

    }

    Simply type the css code into your child theme or css plugin and voila.

    If you wish to make the font bigger or smaller you can mess around with the percentages Or use px. Same thing goes for the color on the hover effect. You can just replace “Red” with the color of your choice.

    If you need help finding that perfect color you can go here https://www.colorpicker.com/

    If you have any more questions feel free to shoot us a message any time.

    Wolfy and Brain (^_^)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Color/Size of 1 Menu Item’ is closed to new replies.