Change Post name font on Big Grid 3 only

Posted in: Newspaper
Post count: 5

Howdy guys

I have a few grid on the front page, the BigGrid 3 is the only one that has text with the featured image as the background. The site default font is brown, and I want that to remain for the rest of teh front page. Can I just change the Post Title on just this one Element on the front page to White?

Thanks.

Post count: 20688

Hi,

So you want to change the color of the post titles in Big grid 3 to white, only for big grid 3 and only on the homepage. Try a code like this

.home .td_block_big_grid_3 .td-big-grid-post .entry-title a {
color: #fff;
}

If this is not working or what you wanted, please provide a link to your website so I can take a look.

Thanks

Post count: 5

I added that code but it dont look like the font color changed, it’;s the very first grid on the main page. I would like those txt to be white so it’s easier to see with the background pictures.

Site is here

http://www.beyondnotion.com

Post count: 20688

Hi,

It does not work because that is big grid 1, not big grid 3. The code for it would be like this
https://www.screencast.com/t/afnbjok1

.home .td_block_big_grid_1 .td-big-grid-post .entry-title a {
color: #fff;
}

Thanks

Post count: 5

Thanks Simion!

That did it!

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