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.
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;
}
It works!
You are the men!
Thank you for resolving your thread.