Grid Boxes Category Background Color

Posted in: Newspaper
Post count: 6

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!

Post count: 23312

Hello christinarroot,

Your website URL is needed so I can inspect it closer and also, so I can provide a more accurate response. Also, please provide some useful screenshots where you can shown me what you want to achieve.

Thanks.

Post count: 6

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.

Post count: 23312

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!

Post count: 6

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!

Post count: 23312

Hello,

Try this code ->

.td-grid-style-1 .td-post-category {
background-color: green;
}

Thanks.

Post count: 6

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

Post count: 23312

Hello christinarroot,

Perhaps, might be a problem regarding on caches. Please try to clear all of these, purge CDN files if you are using the CDN system and test it again.

Thanks for your understanding!

Post count: 6

I already cleared my cache and am not using a CDN system. Are there any other options?

Post count: 23312

Hello christinarroot,

I have deeply investigated your code and I saw that you have not right added your color value. Please add the # before your color code if you want to achieve best results.

Thanks.

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.