Grid Color

Posted in: Newspaper
Post count: 10

How can i change the Background color of the titles of posts that are in Grid?

Post count: 22421

Hello,
You can target the grid titles with css. You will need to provide an example of what grid you are using so i can provide the code for it.
As an example:

.td-big-grid-post .entry-title a{
color:red!important
}

This will work for big grids. If the code does not apply to your grid, please provide a link to the grid you are using.
Thank you!

Post count: 10

I have talked about this blue square:

Post count: 10

Can you help me please?

Post count: 23312

Hello SergioAyres,

If you want to change this blue square, you need to try a bit of CSS to change it. Please try the code below and add it in Theme panel->Custom CSS area, like this: http://screencast.com/t/JJ2G9Vdvm90I

.td-grid-style-4 .entry-title {
background-color:blue;
}

The result: http://screencast.com/t/Ix2JkX7ExScS

Our theme uses the RGBA method to obtain a better effect of the background-color, like rgba(77, 178, 236, 0.7) You can adjust these values until you achieve as you wish.

Hope this helps and let us how it goes!

Thank you for the message!

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