Newest Posting Title

Posted in: Newspaper
Post count: 122

Hello,

I really enjoy the new way posts are displayed. How can I achieve this look on my main page without having it link to more article within this category? Mostly, I want to know how to display the category above the post title.

Thank you 🙂

Post count: 20688

Hi,

It would require quite some code to make them look exactly like that. You can try entering this code in Theme panel->Custom Css (color and other properties can be changed if you want to)
https://www.screencast.com/t/YoYroQYydI

.home .td_module_4 .td-post-category {
position: relative!important;
background-color: transparent;
margin-right: 0;
padding-left: 0;
padding-right: 0;
text-transform: uppercase;
letter-spacing: 2px;
color: #4db2ec;
margin-bottom: 2px;
font-size: 11px;
text-align:center;
}

Thanks

Post count: 122

Thank you Simon. I am just curious why this is shown on many of the new Newspaper 8 samples if it needs special code to work properly.

Thanks! 😀

Post count: 20688

Hi,

The demos are created custom, each demo is a customized version of the default theme. The demo contains custom code, it’s own settings for the theme panel etc. These will be imported automatically when the demo is installed.
It is considered that one will install the demo that looks best and is appropriate for the website and every aspect will look exactly like the demo preview. You cannot use parts of a demo, this can only be achieved by using the same custom code that it uses. Even like this it may not work properly in all cases.

Thanks

Post count: 122

Thank you again for all of your help.

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