Editing demo title style

Posted in: Newspaper
Post count: 6

Hello,

is there any way to remove the pointing hand in the title of single post, but leave the font style intact in your Old Fashioned demo?

Thanks!

Post count: 35449

Hi,

This can be achieve using a custom css, please try this custom css ->
.td-old-fashioned .entry-title:before,
.td-old-fashioned .td-block-title:before,
.td-old-fashioned #reply-title:before{
display: none;
}
.td-old-fashioned .td_block_template_2 .td-block-title,
.td-old-fashioned .td-post-template-2 .td-post-title .entry-title,
.td-old-fashioned #reply-title,
.td-old-fashioned .td-page-title
{
padding-left: 0px;
}

Hope this will help you!Thanks.

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