Big Grid issue

Posted in: Newspaper
Post count: 6

Hello, I recently purchased this theme but I struggle customizing a couple of elements, could you help me out per chance?

I want the titles of these posts to have black background with space between the lines, not a solid block as how it is on the following shot.

The above was achieved with a code a friend wrote but they are not very css savvy.

I want the text to look like on this site, but black.

Another thing is, is there a way to remove the date from these posts only?
And the titles to move lower (once the date is removed)

Thank you in advance for the time.

Post count: 22421

Hello,
Please provide a link to your site so we can inspect the grid as we cannot provide any code based on a simple image. We need to inspect the html code for it.
Thank you!

Post count: 6

Hello!
Thank you for the response. Here is the link to the site bultimes.bg

And thank you for your time.

Post count: 22421

Hello,

You can try to use this css code:
.td_block_big_grid_10 .td-module-title a, .td_block_big_grid_10 .td-post-date{
background-color: #bd7225;
}

result: http://screencast.com/t/VUW87RhgsPe4

You can add the code in the theme panel-custom css box.

Thank you!

Post count: 6

Thank you for the reply!
I will try it but is there a way to increase the back color’s length like in this edit?

Also if possible is there a way to remove the date and bring the title durther down (where the date is right now.)

Post count: 22421

Hello,
Try this code:
.td_block_big_grid_10 .td-module-meta-info{
display:none;
}
.td_block_big_grid_10 .td-module-title a{
padding:2px;
}

Thanks.

Post count: 6

Thank you once again for the help!
There is more things I’d like to alter however.
Is there a way to make the headlines here appear completely instead of having the elipsies?
I want the full titles to be shown, not just a part of them.

Again, thank you for your time!

Post count: 22421

Hello,

The title lengths can be changed for each block by using the excerpts section of the theme panel: http://screencast.com/t/oMoISzz9e You can see which module belongs to which block by inspecting this list: http://screencast.com/t/2pONLfjDIal

Thank you!

Post count: 6

Thank you very much!

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