Collapsible Sections

Hi,

Sorry to trouble you guys with this one as it’s probably more of a custom development issue, but I’m thinking it’s pretty simple so hopefully you can help me out. I’ve created some collapsible text areas using jQuery, but I’d like all the collapsible text to be hidden when the page loads instead of visible. Any ideas?

Many Thanks
Mark

Hi Mark,

Thank you for reaching out to us. Please add the following script as well:

jQuery(document).ready(function($){
	$("#arthur-body, #surrealism-body, #philosophy-body").hide();
});

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

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