Keyword

K2 category background problem

More
10 years 10 months ago #121199 by James
K2 category background problem was created by James
Hi all,

I am having trouble changing the default background for category listing.

Here is the link to the page: www.australianenvironmentalmanagement.com.au/resources

As you can see the background is currently dark blue, I would like to make it transparent.

Can anyone help with this?

Thank you.

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #121200 by Steve
Replied by Steve on topic Re: K2 category background problem
Hi James,

Not too sure if you can change this in the template settings or not, but you can easily change this with a little CSS.

In this file - t3-assets/css/css-ef9e3.css

look for:
div.itemListSubCategories {
background: #29304c;
padding-top: 10px;
}

change it to:
div.itemListSubCategories {
background: transparent;
padding-top: 10px;
}

ALSO look for:
#k2Container {
background: #fff;
padding-top: 20px;
}

change it to:
#k2Container {
background: transparent;
padding-top: 20px;
}

Not sure how this will effect the rest of your site, but that's one way, if I understand what you want to do correctly..

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum