How to change color of sub menus

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Jan 11, 2012 12:02 pm
Hi all Gavick fans!
Where do i change color of the submenu? I been trying with no success to find the css file.Can you point me the code i must change. I attache an image.
Please help me!
submenu_color.jpg
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 12:11 pm
What is your template version ? 1.5/1.7 ?
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 12:14 pm
User avatar
Expert Boarder

GK User
Wed Jan 11, 2012 12:20 pm
Hi thanks for quick answer. I want to change only the submenus color. In the link you gave i cannot find how to change sub menu color test.eslatina.ro
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 12:23 pm
Hi,

Do you have a link to your site for better assistance?
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 12:27 pm
Code: Select all
div.gk-menu > ul.level0 > li .childcontent ul li a {
    color: #1F6BBF;
}


Here is the link http://test.eslatina.ro
User avatar
Expert Boarder

GK User
Wed Jan 11, 2012 12:31 pm
My site: test.eslatina.ro
Joomla1.7
In which file, line?
I dont want to change via overide css, directly on file.
Thanks again for the great support. Gavick has improved a lot their support in last months.
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 12:37 pm
File menu.css line 23 :

Code: Select all
div.gk-menu > ul.level0 > li .childcontent ul {  margin:0 7px; background:#979189; }
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 1:18 pm
Sorry I thought you meant the link colour. :oops:

You may also need to edit line 47 of the menu.css which effects the outer edge.
Code: Select all
div.gk-menu > ul.level0 > li > .childcontent {
    background-color: #979189;
}
User avatar
Expert Boarder

GK User
Thu Jan 12, 2012 12:27 am
topic solved
User avatar
Platinum Boarder

GK User
Fri Feb 17, 2012 9:07 pm
this template is very diffucult.
I am working very hardly but it is not be :S
User avatar
Fresh Boarder

GK User
Sat Feb 18, 2012 1:25 pm
yasarcan wrote:this template is very diffucult.
I am working very hardly but it is not be :S

Hi yasarcan,

What are difficulties you have faced, please describe to let us know then we will be glad to help you out.
User avatar
Platinum Boarder

GK User
Sat Feb 18, 2012 4:38 pm
This is best after me working on it for an hour

The whole source code is ready - you can just copy and paste in your override.css and enable your settings for override.css ( turn it on ) - the demo is on my site - http://squaresmicrosystems.com

Code: Select all

/*
#------------------------------------------------------------------------
# penguinMail - December 2010 (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */

#gkMenu {
    background-color: #F88017;
}
#gkWrap2 .box_menu h3, #gkWrap2 .box_text h3, #gkWrap2 .box h3 > span {
    background: none repeat scroll 0 0 #F88017;
}
a.readon, input[type="submit"], .adminform button, input[type="button"] {
    background: none repeat scroll 0 0 #168EF7;
}
#gkWrap3 .box_menu h3, #gkWrap3 .box_text h3, #gkWrap3 .box h3 > span {
    background: none repeat scroll 0 0 #F88017;
}
div.box.dark {
    background: none repeat scroll 0 0 #FFFFFF !important;
  border: 1px solid #8A847A;
}
div.box.dark a {
    color: #000000 !important;
}
div.box.dark > h3 > span {
    background-color: #F88017 !important;
  color: #FFFFFF !important;
}
.nspArt p.nspText {
    color: #000000;
    float: none;
}
#gkMainBlock a:hover {
    color: #000000;
}

div.gk-menu > ul.level0 > li.active > a, div#gkDropMain > ul > li.active > a, div.gk-menu > ul.level0 > li:hover > a, div#gkDropMain > ul > li:hover > a, div.gk-menu > ul.level0 > li.active:hover > a, div#gkDropMain > ul > li.active:hover > a {
    background: none repeat scroll 0 0 #000000;
}
.nspHeader {
    color: #168EF7;
    font-size: 150%;
    line-height: 1.2em !important;
    margin-bottom: 6px;
}
div.gk-menu > ul.level0 > li > .childcontent .gkcol {
    background-color: #168EF7;
    float: left;
}
div.gk-menu > ul.level0 > li .childcontent ul li {
    background: url("../images/menu_bullet.png") no-repeat scroll 2px center #168EF7;
    border-top: 1px solid #000000;
}
div.gk-menu > ul.level0 > li {
    border-left: 1px solid #000000;
}
div.gk-menu > ul.level0 > li .childcontent ul {
    background: none repeat scroll 0 0 #000000;
    margin: 0 7px;
}
div.gk-menu > ul.level0 > li .childcontent ul li a {
    color: #FFFFFF;
}
div.gk-menu > ul.level0 > li .childcontent ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
div.gk-menu > ul.level0 > li > .childcontent .module {
    background: none repeat scroll 0 0 #168ef7;
}
div.gk-menu > ul.level0 > li .childcontent ul li li {
    background: url("../images/menu_bullet.png") no-repeat scroll 2px center #168ef7;
    border-top: 1px solid #000000;
}
div.gk-menu > ul.level0 > li li.group .gk-group-content > ul {
    background-color: #168EF7;
}
div.gk-menu > ul.level0 > li .childcontent .gkcol ul {
    background-color: #168EF7;
    padding: 0 !important;
}
div.gk-menu > ul.level0 > li li.group .group-title {
    background: none repeat scroll 0 0 #168EF7;
    border: 1px solid #000000;
}



Hope this helps you - you can change your color codes accordingly - to get the color codes visit http://www.computerhope.com/htmcolor.htm

Regards,
spokanet
User avatar
Junior Boarder


cron