add author name

Posted in: Newspaper
Post count: 8

Hello, there is some way to add author name in saywhat style under the title of the home blocks?

Thank you in advance

Post count: 20688

Hi,

That is the style of that particular demo. You could try a code like this and it should make only the author name visible on modules
https://www.screencast.com/t/hxMrhdhT
The code must be entered in Theme panel->Custom CSS section.

.td-what .td_module_wrap .td-post-author-name,
.td-what .td-big-grid-post .td-post-author-name {
display:block;
}
.td-what .td-post-author-name span {
display: none;
}

Thanks

Post count: 8

It works fine, thanks a lot Simion and congratulations for the theme.

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