How to hide "read more from this author"

Hi, im trying to hide the author box on 1 category. Ive managed to figure that part out with:

.tribe-events-single-event-description .x-author-box.cf {
display:none!important;
}

But the “read more from this author” still is there. I see its a

but I cant figure out how to remove it.
As you can see here: http://fireisland-news.com/event/golf-classic/
How can I remove this??

TIA,
Rena

Hey Rena,

It’s not part of the Author box and it’s tricky to target because it has no Class or ID. It’s likely coming from your Thrive plugin or some custom code so it’s best that you consult with a third party developer to add a Class to that element and hide it using CSS.

Thanks.

I was able to solve it. It was actually a part of the author box and I went into the fuctions.php file and just removed the sentence all together.

It looks like you did some modifications to the Author Box shortcode to achieve that but glad you’ve sorted it out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.