(Andreas09) bgcolor by category on index (Andreas09) bgcolor by category on index
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

(Andreas09) bgcolor by category on index

Started by Schryvers, November 14, 2012, 07:43:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Schryvers

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.

Jeff Bailey

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;
}
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Schryvers


Jeff Bailey

Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford