Date/Various Questions

Posted in: Newspaper
Post count: 6

Dear Sirs,

I am using Newspaper Version: 7.2 and have a few questions please;

1. Could you please guide me on how to disable the date on Block 14 only?
2. I have used a category to display my news archive page. The page title is displayed in uppercase. How can I change page title to capitalize?

Thank you in advance and I look forward to your prompt response.

Kind regards,
Ernest

Post count: 22421

Hello,

1) In order to disable the date on a specific block, you need to use css to target just the specific class of the block. In this case you can use this code:
.td-post-author-name span, .td-post-date {
display:none!important;
}

2) For this you can use another css code:
.td-category-header .td-page-title{
text-transform: capitalize!important;
}

You can add the css in the theme panel->custom css box.

Thank you!

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