Shape 5

Joomla Templates => The Blogazine - Club => : pici65 August 28, 2014, 01:20:48 PM



: Background hits
: pici65 August 28, 2014, 01:20:48 PM
I see in this template, like all others, that have a background #3A87AD for hits in category list.
Where is possible to modify.
I presume is present in vertex.. where is possible to customize this and the list table too.

Thanks


: Re: Background hits
: mikenicoll August 28, 2014, 06:29:35 PM
Hello,

Could you post a URL to this page and I can provide you the exact location?


: Re: Background hits
: pici65 August 28, 2014, 08:22:58 PM
Yes thanks
http://www.giovannidegliesposti.com/newj3/index.php/fotogallery

and on other template
http://www.italiafilmservice.com/news-cinema.html

thanks


: Re: Background hits
: mikenicoll August 29, 2014, 10:14:38 PM
Hello,

You have compression enabled so I can't give you an exact location but this is the CSS generating those backgrounds/styling parameters.

:
.label-info, .badge-info {
    background-color: #3a87ad;
}
.badge {
    border-radius: 9px;
    padding: 1px 9px 2px;
}
.label, .badge {
    background-color: #999999;
    color: #ffffff;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

You can overwrite any of those values in the custom.css file with !important or change them manually. They are most likely in the bootstrap or com_content.css files. I would also suggest using Firebug to help you isolate things like this in the future.


: Re: Background hits
: pici65 August 29, 2014, 11:58:05 PM
Thanks I put the css code in custom.css
and run well.
But regardless of Firebug and css compression
the element "badge" is not present in com_content.css
Did You saying that I had to create it...  or look it, up in this stylesheet?
"label-info" and "badge" wasn't presents.

Thanks for explain


: Re: Background hits
: mikenicoll August 30, 2014, 01:47:55 AM
Hello,

It will be in one of your style sheets, most likely a default joomla one. I can't tell you the exact location with compression enabled.


: Re: Background hits
: pici65 August 30, 2014, 02:42:10 AM
Ok. First of all, thanks.
I disable the compression and check with firebug.

Thanks


: Re: Background hits
: mikenicoll August 30, 2014, 06:04:07 PM
Not a problem :)