Category/Title Positioning in Modules/Blocks

Posted in: Newspaper
Post count: 1

In the “Say What?” theme, on the front page, third row, there is a block 5 with the category and title below the post image. How do I create the category and title below the post image in other demo versions? I have looked/tried every option and I cannot figure out where this setting is. Please help.

Post count: 20688

Hi,

That is not possible by a theme option. Each demo contains custom design created by us, each is unique. This design along with theme panel settings will be imported as soon as the demo is installed
https://forum.tagdiv.com/demos_introduction/
https://forum.tagdiv.com/installing-demos/

That block 5 has custom design for it, only in that demo. By default it looks like this
https://demo.tagdiv.com/newspaper/block-5/

However you could use the design for that block without installing the demo if you don’t want to. This is the code used to style the block like that
http://prntscr.com/jztqes

This code can be entered in Theme panel->Custom CSS section, it will affect all the block
5 unless made more specific

.td_block_5 .td_module_3 {
padding-bottom: 16px;
}
.td_block_5 .td_module_3 .td-module-image .td-post-category {
background-color: transparent;
position: relative;
color: #ff036e;
margin-right: 0;
padding: 0 0 8px 0;
}

The font properties of the category tag can be modified in general, same for post titles
https://www.screencast.com/t/m4HkdGauY37
Or per block – https://www.screencast.com/t/WjFDogad

The color you can change in the code if needed. Let me know if you have more questions.

Thanks

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