Arrow remove from style 7 with css code

Posted in: Newspaper
Post count: 81

Greetings
using a CSS code, is it possible to remove this down arrow? I wish it would disappear completely.
What string of css code should I put in the custom code?
I use the standard theme and don’t want to change it. Style is number 7.

Url example: https://www.novabbe.com/wp-content/uploads/2023/05/freccia-in-giu-esempio-scaled.jpg

Post count: 27744

Hello,

You can use this css
.td-read-down .td-icon-read-down{
display: none;
}

Set the code in Theme Panel ->Custom code -> Custom CSS

Thank you!

Post count: 81

Perfect, the code works perfectly. Congratulations on the speed and efficiency of the reply.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.