coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Schryvers on November 14, 2012, 07:43:14 AM

Title: (Andreas09) bgcolor by category on index
Post by: Schryvers on November 14, 2012, 07:43:14 AM
Dont know how to explain myself but i made a example.

Is it possible to set an background color behind "Category" and the Category names?

Like this:

on Schryvers.nl its now normal i want it like the attachment.

The color codes are e6e6e6 for the darkest and f0f0f0 for the lightest.

If it is possible where i need to search? On theme.php? Or is it css? Im using Andreas09

Very thanks, greets Schryvers.
Title: Re: (Andreas09) bgcolor by category on index
Post by: Jeff Bailey on November 14, 2012, 07:46:53 AM
In the themes cpg_style.css
Edit

.tableh1 {
font-weight: bold;
background: transparent;
font-size: 12px;
color: #2a2a2a;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 15px;
}

And

.tableb, .catrow {
background: transparent;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2a2a2a;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
}
Title: Re: (Andreas09) bgcolor by category on index
Post by: Schryvers on November 14, 2012, 08:20:31 AM
It works!

You are the men!
Title: Re: (Andreas09) bgcolor by category on index
Post by: Jeff Bailey on November 14, 2012, 09:31:18 PM
Thank you for resolving your thread.