Hello
Where can i change the background color, font color and hover color for the red marked areas in the image attached (header and menu)
Thank you!
#gkHeader > div:first-child { background: black;}
#gkHeaderTop, #gkHeaderTop a, #gkTopMenu a {color:white;}
#gkHeaderNav {background: red;}
.gkMenu > ul > li > a {color: green;}
.gkMenu > ul > li > a:hover {color: yellow;}
.gkMenu > ul > li.active > a {color: blue;}
How can i make the logo bigger than the header nav background?
#gkHeaderNav h1 {position: absolute;}
/*
#------------------------------------------------------------------------
# StoreFront - April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 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 */
.pin-it-button {display:none !important;}
#gkHeader > div:first-child {background: url('../images/arriba_barco.png') #FFFFFF no-repeat center 8px!important;}
#gkHeaderTop, #gkHeaderTop a, #gkTopMenu a {color: #000000;}
#gkHeaderNav {background: #000000;}
.gkMenu > ul > li > a {color: #FFFFFF;}
.gkMenu > ul > li > a:hover {color: #009CE1;}
.gkMenu > ul > li.active > a {color: #009CE1;}
#gkHeaderNav h1 a {position: absolute;}