Synchronizing style of blocks and biggrid

Posted in: Newspaper
Post count: 34

Dear Tagdiv-Support

We would like to synchronize the style of the block-elements on our frontpage with the style of the biggrid at the top (http://radiouahid.fm). In particular we would like to adapt the style in which the post titles are displayed in the biggrid (white bold font, with semi-transparent green background) to the titles in the block-elements.

Is this possible?

Best regards,

Post count: 22421

Hello,

In order to do this you would have to use blocks that show the title on top of the image if you want consistency like so: https://www.screencast.com/t/3KXuHGe5ah This type of block can have this css code to make it look like the big grid:
.td_module_mx1 .entry-title a{
background-color: rgba(0, 114, 0, 0.7);
}

result: https://www.screencast.com/t/co0Q3iBlDLHC
But for blocks that do not have the post title over the image, the effect will not be the same.

Thank you!

Post count: 34

thank you very much for your help! Much appreciated!

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