Change info to show on section

Posted in: Newspaper
Post count: 10

Hello, I want to change some data in a particular section, specifically I want to remove data surrounded with line red on capture, how can I do it? I only want to show title without no one another detail.

Post count: 22421

Hello,

Add this code in the theme panel-> custom css box to remove the meta info for that block:

.td-blog-fitness .td_block_big_grid_fl_4.td-grid-style-4 .td_module_mx21 .td-meta-info-container .td-module-meta-info{
display:none;
}

Thanks.

Post count: 10

Is it a good practice for SEO?

Post count: 10

I’ve added the line that you give me, but nothings happen :s

Post count: 20688

Hi,

There is a general setting in the theme panel, but that will remove the post meta for all the blocks on the website. So in this case the code provided above will remove this meta only for the top big grid present in the Fitness blog demo. The code works as it can be seen here
https://www.screencast.com/t/6jpgwku96pW
Enter it as shown and maybe clear the cache, then check the results. If it is still not working, please provide a link yo your website so we can inspect it.

Thanks

Post count: 10

How can I find that option? I want to hidden my user name of all post, except in biographical description

Post count: 20688

Hi,

This setting will remove the author name on all blocks/modules
https://www.screencast.com/t/DNDgHZfx
This one will remove the author name on the post page
https://www.screencast.com/t/oDqVhHfqFe
These will not affect the author box, the author name will still be displayed there.

Thanks

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