Tagged: x
-
AuthorPosts
-
December 2, 2016 at 11:58 am #1279001
xthemerParticipantHey there x theme support,
I’m using a border on the accordion feature. On toggle, i. e. when an accordion group opens, the border does not appear right away. There seems to be some kind of built-in transition effect going on, which is annoying in my case.
I’d like the border to show immediately when the accordion group opens. How can I achieve this? Thanks.
My site is not online yet. I will post the URL and credentials in a couple secs.
December 2, 2016 at 11:59 am #1279002
xthemerParticipantThis reply has been marked as private.December 2, 2016 at 3:10 pm #1279206
Nabeel AModeratorHi there,
Thanks for writing in! Instead of using
.collapse.inin your code:.x-accordion-group:nth-child(3) .x-accordion-toggle.collapsed, .x-accordion-group:nth-child(3) .x-accordion-toggle, .x-accordion-group:nth-child(3) .collapse.inUse
.x-accordion-bodyFor example:
.x-accordion-group:nth-child(3) .x-accordion-toggle.collapsed, .x-accordion-group:nth-child(3) .x-accordion-toggle, .x-accordion-group:nth-child(3) .x-accordion-body { border-left: 5px solid #4c2c92; }Replace it for all the colors. Let us know how this goes!
December 3, 2016 at 7:57 am #1279791
xthemerParticipantThanks Nabeel,
The .x-accordion-body class did the trick.
December 3, 2016 at 9:09 am #1279833
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1279001 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
