Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1663
Robert Kavgić
Participant

Please go to “Elvyre options -> Appearance – Custom CSS” box and copy and paste the following code into that box:

#menu-main_menu li a:hover {
    color: #aeaeae !important;
}

You can change #aeaeae to any color you like.

Your titles will now be displayed once you hover them.

Robert