Blue background in blocks

Posted in: Newspaper
Post count: 74

Hi there,

I need to change the background color in the block in my homepage anonymster.com
Right now on each picture the post title has a blue background. Where do I change this setting?

Thanks

Post count: 23312

Hello bariton,

If you want to change the background color for this block you should change the RGBA value from the code below:

.td-grid-style-4 .entry-title {
background-color: rgba(0, 120, 215, 0.7);
}

Or simply, add your desired color, like -> red, blue, etc.

Thanks for your understanding!

Post count: 74

Thanks for the reply,

where do I find the code you mentioned?

Post count: 22421

The code is provided in the previous reply.
.td-grid-style-4 .entry-title {
background-color: red;
}

Use this code in the theme panel->custom css box. In the code you see this line:
background-color: red; I think it;s self explanatory what it does. It changes the background color to red. Change the word red with your preferred color using the css colors.

Thank you!

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