Jump to content

Remove "Read More/Less" Button


Asturaetus

Recommended Posts

Asturaetus

Hi guys,

 

is there any way in CSS to remove the "Read More/Less" button (including the three dots) from the overview text section and display the complete overview text? Or at least some way to increase the limit of what is displayed (area of text or amount of characters)? Because currently for me the cut-off point is after a measly two lines of text even though there is more than enough space below not utilized.

 

post-149106-0-84955900-1588356535_thumb.jpg

 

Thx

Edited by Asturaetus
Link to comment
Share on other sites

Happy2Play

Is 10 lines enough  :ph34r:

div.overview-main-text {
    -webkit-line-clamp: 10;
}
a.btnReadMore {display: none;}
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...