Yes, it is enable. In fact, the other lines in override.css are working fine. I enclose my override.css.
There are several commented lines in the bottom. If I use this lines, removing /*, I can made the changes, but only, for example for blog section: /* Changing H2 Title in Component */
/*#gkComponent > div.blog > div.items-leading >div.leading-0 > div.article-meta > h2 a {
/* font-size: 24px; /* Changes title font size */
The whole css:
/*
#------------------------------------------------------------------------
# The World News II - July 2011 template (for Joomla 1.6/1.7)
#
# 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 */
/* Increase Logo Height */
#gkLogoWrap {
min-height: 180px;
position: relative;
}
/* Top Menu Background Change */
#gkTopMenu {
background: none repeat scroll 0 0 #822430;
border-bottom: 1px solid #F93D1C;
border-radius: 3px 3px 0 0;
height: 37px;
line-height: 37px;
}
/* Changing background colour */ Remove comments when decided the color background.
/*html {
/* background: #E48D8D;
/*}
/* Changing H2 Title in Component */ Commented for the moment.
/*#gkComponent > div.blog > div.items-leading >div.leading-0 > div.article-meta > h2 a {
/* font-size: 24px; /* Changes title font size */
/* line-height: 22px; /* Space or height of title block itself */
/* font-weight: bold;
/* margin-bottom: 0;
/* color: #822433; /* Sample Colour - Change to which ever colour you like */
/*}
#gkComponent > div > h2 a { font-size: 28px; line-height: 45px; margin-bottom: 0; }
--------Thank you very much!