Shape 5

Joomla Templates => Game World - Club => : qbik April 18, 2016, 02:27:10 AM



: cant change background color for component wrap
: qbik April 18, 2016, 02:27:10 AM
I cant change background color on component area, any idea why or how to solve this?

my site address
http://www.zimnawojna.info/


: Re: cant change background color for component wrap
: mikek April 18, 2016, 07:52:16 AM
Hello,

You would need to add custom css for that. Something like this in custom.css would work:

#s5_component_wrap_inner {
background:#CCCCCC !important;
}

I would suggest using Firebug, so you can visually identify the ID's and classes that you can stylize for this area.


: Re: cant change background color for component wrap
: qbik April 18, 2016, 08:38:58 AM
I use firebug but with no solution :(

before i wrote here i try

Your censoredion too, and few more with no luck

#s5_component_call_wrap_inner {background:#fff !important;}
#s5_component_call_wrap_inner .blog-featured{background:#fff !important;}