CMS Development

MJameson
Member

Accordian Modules

SOLVE

How do I make the subtext under categories disappear until the category is clicked on by someone viewing it.

 

https://content.futuresense.com/beyond-futuresense-innovation-institute-edg?hs_preview=jMBnGTPb-5441...

 
0 Upvotes
1 Accepted solution
miljkovicmisa
Solution
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Accordian Modules

SOLVE

Hello @MJameson , thank you for writing, I examined the page you posted and it seems that the issue is the display property you have when the page is loaded, so need to hide the .accordion_boxtext width the following css code snippet:

.accordion_boxtext {
    display: none;
}

 

If my answer was helpful, please mark it as a solution.

View solution in original post

1 Reply 1
miljkovicmisa
Solution
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Accordian Modules

SOLVE

Hello @MJameson , thank you for writing, I examined the page you posted and it seems that the issue is the display property you have when the page is loaded, so need to hide the .accordion_boxtext width the following css code snippet:

.accordion_boxtext {
    display: none;
}

 

If my answer was helpful, please mark it as a solution.