• Resolved sulabh12

    (@sulabh12)


    Hello everyone,

    I know this question has been asked many times but I am having a different issue.

    My website uses header menu plugin so, every thing is different than in the normal one. I want to change color of two specific text on header menu and others make it as it is.

    Website is: destinyessay.co.uk
    Need to change color of: Create an Account and login menu.

    Please help me with it.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • wbcomdesigns

    (@wbcomdesigns)

    Hello @sulabh12

    You can achieve this by applying following CSS code.

    #menu-headermenu2 > div:nth-last-of-type(-n+2) a span {
    
       color: red; /*change color with your color code*/
    }
    #menu-headermenu2 > div:nth-last-of-type(-n+2) a span:hover {
    
       color: yellow; /*change color with your color code*/
    }

    Please change the color name with your required color codes.

    Hope this will help.

    Thanks

    Thread Starter sulabh12

    (@sulabh12)

    Thank you for replying @wbcomdesigns. I added the custom code you mentioned but it didn’t work.

    I added the code in style.css.

    It is working – refresh your browser by pressing ctrl F5

    Thread Starter sulabh12

    (@sulabh12)

    @wbcomdesigns, thank you its working now. @hudsonvalleywebdesign, thank you for letting me know.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Specific header menu text color change’ is closed to new replies.