change the blue color: Big Grid 1, Style 4

Posted in: Newspaper
Post count: 26

I am designing a page and using Big Grid 1, Style 4 (aka “Bottom Box”). You can see what it looks like in your own example:
https://demo.tagdiv.com/newspaper/big-grid-4/

You can see the bottom box behind the white text is BLUE.
1) is there really no way to change that blue without custom CSS?
2a) If not, can you tell me the custom CSS?
2b) I found custom CSS in the forum archives but it isn’t working. I can change the color slightly, but not completely. For instance, if I change the color to black or gray in the CSS, it doesn’t actually change at all. If I change it yellow, it becomes green.

This is the code I have been trying:
.td-grid-style-4 .td-big-grid-meta {
background-color: rgba(255, 0, 0, 0.7);
}
.td-grid-style-4 .td-module-thumb a:last-child:before {
display: none;
}

I adjust the background-color, but it just always stays a shade of blue.

Is there another class it is inheriting from?

please advise.

thanks!

Post count: 26

and I just figured out that this color changes if you change the “theme accent color” under colors under main theme settings, so I guess I am good for now!

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