I have purchase "Publisher for wordpress" their are somes days.
I have begin to modify the skin with all i have find in your forum. Thank u.
I wish put a bakground colors ans a underline for each catégory but i meet a problem. Before use this module, i have use with override.css :
- Code: Select all
.category-creation h2 a {
background-color: #DCF9FB;
text-decoration:underline;
}
.category-developpement-personnel h2 a {
background-color: #FFFED2;
text-decoration:underline;
}
.category-business h2 a {
background-color: #D1EFBC;
text-decoration:underline;
}
.category-marketing h2 a {
background-color: #F4F4F4;
text-decoration:underline;
}
.category-seduction h2 a {
background-color: #F0C1C4;
text-decoration:underline;
}
And it work for colorized my catégories. But since i use the module, it dosent work anymore. Their what i want :
I guess i have something to change in :
- Code: Select all
gk-nsp-header
I have try, but i have not enought acknowledge to do. Some can help me to give the final touch to my blog?
Thank you..