Can´t hide author box

Posted in: Newspaper
Post count: 32

Hello,
my question is related whith this topic: https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/
I have a problem hidden this particular user name: Izquierda Web2

I read this in the code: “author-box-wrap Izquierda Web2 ”

Then I tried this:

.author-box-wrap.Izquierda-Web2 {
display:none;
}

And this:

.author-box-wrap.Izquierda_Web2 {
display:none;
}

And this:

.author-box-wrap.izquierda-web2 {
display:none;
}

Any idea? thanks a lot!

Post count: 20688

Hi,

Please provide a link to a post where you are trying to do this, I will take a look. Also try the solution mentioned here
https://forum.tagdiv.com/topic/hide-authors-box-of-a-certain-author/

Thanks

Post count: 32

Thanks Simion,
Here is an example link:
http://izquierdaweb.com/bachilleratos-de-adultos-un-primer-avance-ahora-vamos-por-la-anulacion-de-los-cierres/

I have no problem hidden the others users.
thanks a lot!

Post count: 20688

Maybe try it like this – https://www.screencast.com/t/IDhTv0j4Df

.author-box-wrap.Izquierda {
display: none;
}

Post count: 32

Thanks Simion! It works fine.

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