LIght scheme for logo and menu on light background

Support desk for Multipurpose Quark Theme
GK User
Tue Dec 22, 2015 7:18 pm
Hi there,
i have problem with the light/dark scheme:
http://www.bgrobots.com/

as you can see, the color scheme is light, but it uses white for the menu and the light version of the logo.
How to fix that?

Thanks,
V
User avatar
Senior Boarder

GK User
Wed Dec 23, 2015 9:35 pm
Please check this file:
http://www.bgrobots.com/images/logo_dark.png
It has white signs, so it will not display black ;). Please create a dark version of the logo and use it.

With the menu - it is really strange. Could you please disable css compression (template and global Joomla) so I can see whats going on?
User avatar
Moderator

GK User
Tue Dec 29, 2015 1:57 pm
Changed the logo and disabled the CSS compression, hope that helps.
User avatar
Senior Boarder

GK User
Tue Dec 29, 2015 4:11 pm
Basically the problem is with your dark-bg page suffix. You have light bg where dark text is better, so please remove this page suffix and menu should be rendered in dark colors.
User avatar
Moderator

GK User
Tue Dec 29, 2015 7:41 pm
Where to look for this page suffix?
User avatar
Senior Boarder

GK User
Tue Dec 29, 2015 10:38 pm
can you please write here the exact code to put and where to insert it?
User avatar
Senior Boarder

GK User
Tue Dec 29, 2015 10:44 pm
ligh-bg.JPG
here?
User avatar
Senior Boarder

GK User
Thu Dec 31, 2015 11:21 am
Hmm, my mistake, I thought this should work this way, but dark-bg is conditionally implemented in code itsef. Instead, please use this code in override.css:
Code: Select all
.dark-bg #gkLogo.text,
.dark-bg #gkMobileMenu span {
  color: #000;
}
.dark-bg #gkMobileMenu i,
.dark-bg #gkMobileMenu i:after,
.dark-bg #gkMobileMenu i:before {
  background: #000;
}
.dark-bg .gkMainMenu > .gkmenu > li > a:hover,
.dark-bg .gkMainMenu > .gkmenu > li > a:active,
.dark-bg .gkMainMenu > .gkmenu > li > a:focus,
.dark-bg .gkMainMenu > .gkmenu > li.active > a {
  color: rgba(0,0,0,0.75) !important;
}
.dark-bg .gkMainMenu > .gkmenu > li > a,
.dark-bg .gkMainMenu > .gkmenu > li > span {
  color: #000 !important;
}
User avatar
Moderator

GK User
Sun Jan 03, 2016 1:56 pm
Thanks, it is working now
User avatar
Senior Boarder


cron