Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #464802

    Hey Guys,
    On http://rc.teamchat.com/ , I just need to change text color just for sign in menu. Everything needs to be same.
    Can you please help me??

    #464836

    well if you can investigate your menu-item number here is the code:

    #menu-item-4424 .avia-menu-text {
        color: #900 !important;
    }

    but if the menu changes (f.e. an additional menu item is set this could be changed)

    you can do it via dashboard go to menu and have a look to the top of the window ( there is an option button) please click it.
    now you have the choice to blend in a css class setting by checking the box

    now you have the opportunity to give each menu point a different custom class
    f.e. red
    now you can go to quick css and :

    .red {
        color: #900 !important;
    }

    #464964

    Hi!

    Please refer to @guenni007’s post above.

    @guenni007
    Thanks :)

    Best regards,
    Yigit

    #465102

    I dont have option to enter css class. and enfold is updated :D

    • This reply was modified 9 years, 6 months ago by gupshupdotme.
    #465216

    first of all the quick css must work

    but the second method is quiet simple but that is the reason why i mentioned the button on WordPress Window top right:

    • This reply was modified 9 years, 6 months ago by Guenni007.
    #465294

    Hey Guenni007!

    Thanks a lot for your help with the issue!

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Need to change font color for single menu’ is closed to new replies.