Bottom box on block

Posted in: Newspaper
Post count: 5

Hey guys,

Is it possible to get the bottom box as available in the big grids for a block? So with a background color behind the title. In this case I would like the layout on Block 14. Thanks!

  • This topic was modified 9 years by TheY.
Post count: 20688

Hi,

You could set a background color for the title on that block. Like in this example
https://www.screencast.com/t/YADFukGzuTz
This is the code used, you can change the color to what you want, and then enter it in Theme panel->Custom Css

.td_block_14 .entry-title {
background-color: rgba(77, 178, 236, 0.7);
}

Thanks

Post count: 5

Hey Simion,

Thanks for the directions. This works, but I would like the background to stretch to the edge of the image as in the big grid. Could I add some code for that effect? http://bit.ly/2sGMyqO

Post count: 20688

Hi,

You can try something like this
https://www.screencast.com/t/ZDbDXJh6W

.td_block_14 .td-module-meta-info {
width:100%;
padding: 0;
}
.td_block_14 .td-post-author-name {
padding-left: 7px;
}

Thanks

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