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.
Hello!
Thank you for the response. Here is the link to the site bultimes.bg
And thank you for your time.
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!
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.)

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!
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!