This example shows you how you can easily add a read more link to display extra text inside a WPBakery text block using the Total WordPress theme. Now, this example shows how to do it in a text block, but if you notice it's basic html so you can use the same method pretty much anywhere!
Instructions:
Insert a text block.
Add a link with the classname "wpex-toggle-element-trigger"
Give this link an aria-controls attribute with the value equal to the ID of the element you will open such as "#element-id" (make sure to include the pound symbol).
Add a new paragraph or multiple and wrap them in a div with the ID you set for the aria-controls attribute.
Give this new div a classname of "wpex-toggle-element"