How can I add background and text color on category titles on view all category page?
How can I add background and text color on category titles on view all category page as shown on screenshot below?
1          
            Best Answer
- 
            
peregrine
                        
                        
                             MVP                        
                    all category tiles with same color and same background.
try
.CategoryGroup h2.H { background-color: red; color: blue; }or
body#vanilla_categories_index .CategoryGroup h2.H { background-color: red; color: blue; }since, you have sent me monetary donations in the past for custom plugins, etc and have been a good guy supporting developers, which I thank you for, I am handing you the fish to help you....
but you can learn this yourself
http://www.youtube.com/watch?v=tdIk2PztcL0www.youtube.com/watch?v=tdIk2PztcL0you can search the web for using chrome web developer tools and css tutorial as well.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
5 
        
            
Answers
div#CategoryGroup-tec.CategoryGroup h2.H { background-color: red; color: blue; }or if that doesn't work something like this
body#vanilla_categories_index div#CategoryGroup-tec.CategoryGroup h2.H { background-color: #a65344; color: #bcd777; }I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@peregrine - thank you for your response but I will like to add background to ALL the category titles/headings and not only just one.
all category tiles with same color and same background.
try
.CategoryGroup h2.H { background-color: red; color: blue; }or
body#vanilla_categories_index .CategoryGroup h2.H { background-color: red; color: blue; }since, you have sent me monetary donations in the past for custom plugins, etc and have been a good guy supporting developers, which I thank you for, I am handing you the fish to help you....
but you can learn this yourself
www.youtube.com/watch?v=tdIk2PztcL0you can search the web for using chrome web developer tools and css tutorial as well.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@peregrine. Thank you for the fish.
I try to take extra care to feed the people who fed me
and I tossed in a fishing rod as well...
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.