Hi! I’m looking to change the color of the background behind the text of the Category on Grid modules. Where is the code to change that, and the hover color as well? Thanks!
http://www.anythingpawsable.com/themebuilder
Thanks!
https://www.dropbox.com/s/fft12wjbbxtczy9/Screenshot%202016-08-01%2010.52.05.png?dl=0
The categories (in this screenshot “Disability:PTSD, Training, Trainer and Owner Tips) are currently black, then blue when upon hover. I need them changed to custom colors. This one is a Big Grid 3, but I need to know how to do it for all the Grid Layouts since there isn’t an option to customize them like the other modules.
Hello christinarroot,
If you want to change the hover color for post category, please try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-hover-1 .td-big-grid-post:hover .td-post-category {
background-color:red!important;
}
The result you should see here -> http://screencast.com/t/hnFlu9yTvGZ
Thanks for your understanding!
Okay, that is prefect, I also need the code to edit/add to change the black (the pre-hover color) to a custom color please. Thanks!
I implemented both of those in the custom CSS portion of the Theme Panel and nothing changed. Did I do something wrong?
https://www.dropbox.com/s/ittliuuqhtlcwy9/Screenshot%202016-08-02%2010.37.20.png?dl=0
I already cleared my cache and am not using a CDN system. Are there any other options?