CSS Related

Posted in: Newsmag
Post count: 11

Hi

We need to hide the below mentioned on the website

1. Homepage – Post date & author name
2. Category Page – Category name, Author Name & Post date
3. Block 9 & 10 – instead of dashes a line is required

http://theindianeye.net

Post count: 6535

Hi

1,3 Try this css in theme panel > custom code > custom css:

.home .td-module-meta-info{
display: none;
}
.td_module_9 .item-details, .td_module_8 .item-details {
border-bottom: 1px solid #f1f1f1;
}

2. I am not sure what you mean as on category pages you’re using module 5 which does not display category name, author name and post date. Please provide more details about what you’re trying to do so I can inspect it closer and get back to you with a solution.

Thanks!

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