This object is in archive! 

Expanded Description on Quote Page

Elizabeth F. shared this question 5 years ago
Answered

Is there a way to pass a URL parameter to expand all descriptions on the quote page? Currently you have to click the words to expand -- I'd like for them to be expanded on page load.

Comments (1)

photo
1

It could just be added to the Quote Request template:

<style>
.rental-desc{ height: auto !important}
.read-more{display:none !important}
</style>

Replies have been locked on this page!