Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #971786

    hi on my menu once i have clicked a sub menu it changes colour and i cannot see where i can select what colour this is or change it at the moment it is set to a horrible green and i wish to change it please look at my site clisck one of the drop down sub menus under services and you will see what i mean

    #971919

    Hey jayfarr1982,

    Add this to quick css and change the color to what you want:

    .current-menu-ancestor .avia-menu-text{
    color:red;
    }

    However, what you need there seems to be an !important declaration on the green (#8bb936) that will need to be removed first before my code can take presidence.

    Best regards,
    Jordan Shannon

    #972352

    can you give me the complete code including the important! code that removes the (#8bb936) colour
    many thanks

    #972353

    Hi,

    That is the complete code. You will need to search your css files for this string:

    #8bb936!important;

    and remove it.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.