0
usccet
My accordions, when published, have a bar under the title. The title has a ^ and works fine. But- there's another bar under it with no text and a triangle icon. This bar will collapse the accordion if clicked when the accordion is expanded. I don't know what to call this unwanted bar, so it's hard to search the forums for an answer about it. Is this removable with a setting?
3 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
can you please send me some screenshot about your issue. please use https://imgur.com/upload share share screenshot
Regards
Hi – solved (with a sort of work-around)!
Not the most elegant way to do it and I'm never completely comfortable with the "!important" code but what I did was in the custom CSS code for the parent accordion insert the following:
#ui-id-xx{
display: none !important;
}
Where xx is the id of the grey bar which I found by inspecting the page as already stated. Seems to have worked consistently even on mobile device and when logged out of the dashboard.
Thanks for your help, not sure exactly what created the bar in the first place and I'll still set something up for you to take a look at (using the same theme to see if it is some kind of issue with how the theme handles your code. BTW – only seems to be when child shortcode is put into parent, not when child shortcode is put in child.
All the best,
K