Submenu hue is faded, where can you change it?

GK User
Wed Apr 08, 2015 6:38 am
Hello Friends,
I would like to change the submenu of color!
It looks a bit faded!
Does anyone know where you can change it so that the color looks stronger?
farbe.jpg

Thanks in advance

Many Greetings :)
Sakari

Note: Website is not online, if the question is coming!
User avatar
Expert Boarder

GK User
Wed Apr 08, 2015 6:41 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Apr 08, 2015 7:17 pm
I found it under css/menu.css !
Simply RGBA Code in normal Color Code changed!


From:
Code: Select all

#overlay-menu-content .level1 > li > a,
#overlay-menu-content .level2 > li > a  {
   color: rgba(255, 255, 255, 0.4);
   display: block;
   width: 100%;
}



to

Code: Select all

#overlay-menu-content .level1 > li > a,
#overlay-menu-content .level2 > li > a  {
   color: #fff;
   display: block;
   width: 100%;
}




Thanks anyway for the helpfulness!

Many Greetings :)

Sakari
User avatar
Expert Boarder

GK User
Wed Apr 08, 2015 9:39 pm
Actually modifying core template files is not the best solution.
Please edit: /templates/gk_photo/css/override.css and add those declarations at its end.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Apr 09, 2015 6:56 am
Yes, I have done so, had it not only mentioned!

Thank You :)
User avatar
Expert Boarder

GK User
Thu Apr 09, 2015 6:57 pm
Ok, thanks for clearing that out.
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron