Hide author name

Posted in: Newsmag
Post count: 5

Hello, i want to hide the author name on the home page. In another style of block, there’s a button to hide it (flex block 1), but it’s not in here (Big Grid) https://drive.google.com/file/d/1qtUsWHbfU1RI1PzNtYFfbEVUvXZaBjV6/view?usp=share_link . and i want to hide it on the phone view to https://drive.google.com/file/d/1e6fgzOsGpRbyRSkuzEeBgtTMLZSb4gw6/view?usp=share_link .

Please help. Thank You.

Post count: 35449

Hello,
There is a general option in the theme panel that can be used – https://i.imgur.com/POBUUi0.png
I hope this will help you!

Post count: 32

Im trying to hide only an author of my home page but doesnt work. Please help
User name: IzqWeb / Name: Izquierda Web
I share with you my current css code. Thanks a lot!


.page-id-53037 .td-post-author-name .izquierda-web {
    display: none !important;
}

  • This reply was modified 2 years by ale.
Post count: 35449

Hi ale, you need to use something that is checking the url, a css like this one:
.td-post-author-name a[href*="/author/izquierda-web2/"] {
display: none;
}

I hope this will help you!

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