Hello,
I wanted to change the Main Menu Buttons from the color black to white, see URL; http://www.3tm.org/
Also, see attachment.
#gkHeaderNav .gkMainMenu .gkmenu > li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li > span {
color: #1b1917;
display: block;
padding: 12px 15px;
position: relative;
}
Sanitarac wrote:http://xxx/templates/gk_quark/css/template.ecommerce.css
On line 1160 and under... search this code and change color...
- Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li > span {
color: #1b1917;
display: block;
padding: 12px 15px;
position: relative;
}
You can use Chrome and pres F12 to get developer screen...
See it here:
leaseline1 wrote:Thank you.Sanitarac wrote:http://xxx/templates/gk_quark/css/template.ecommerce.css
On line 1160 and under... search this code and change color...
- Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li > a,
#gkHeaderNav .gkMainMenu .gkmenu > li > span {
color: #1b1917;
display: block;
padding: 12px 15px;
position: relative;
}
You can use Chrome and pres F12 to get developer screen...
See it here:
#gkMobileMenu i,
#gkMobileMenu i::before,
#gkMobileMenu i::after {
background: #fff none repeat scroll 0 0;
}
.gk-fixed-nav #gkMobileMenu i,
.gk-fixed-nav #gkMobileMenu i::before,
.gk-fixed-nav #gkMobileMenu i::after {
background: #000 none repeat scroll 0 0;
}