Tagged: x
-
AuthorPosts
-
January 5, 2017 at 7:49 pm #1318240
charliesaParticipantAll I want is to change the color (or maybe the icon—but that’s my issue) of the indicator to the left if the accordion text to “indicate” whether” opened or closed. ( + According text ) “the plus sign” is what I mean
I could find it in the forum if I knew what to what to look for.
January 5, 2017 at 9:34 pm #1318345
Prasant RaiModeratorHello There,
Thanks for writing in!
Could you please provide us with your website URL so we can take a closer look?
Thanks.
January 5, 2017 at 9:50 pm #1318355
charliesaParticipantJust stated, but whatever….http://bc-testsite.com/what-we-do/
January 5, 2017 at 10:25 pm #1318379
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-accordion-heading .x-accordion-toggle:before { content: "\f040"; color:#0000ff; } /* Toggle Icon Color when closed*/ .x-accordion-heading .x-accordion-toggle.collapsed:before { color:#ff0000; content: "\f041"; /* If you wanted a different Icon when closed */ } /* Toggle Icon Hover Color */ .x-accordion-heading .x-accordion-toggle:hover:before { color:#00ff00; }Please change color and icon code as per your requirement.
Thanks.
January 5, 2017 at 10:36 pm #1318392
charliesaParticipantThanks…just got some, but not all…
Thanks
January 6, 2017 at 12:51 am #1318483
Paul RModeratorHi,
Please add the code above in your child theme’s style.css(wp-content/themes/x-child/style.css) instead of custom CSS.
.x-accordion-heading .x-accordion-toggle:before { content: "\f040"; color:#0000ff; } /* Toggle Icon Color when closed*/ .x-accordion-heading .x-accordion-toggle.collapsed:before { color:#ff0000; content: "\f041"; /* If you wanted a different Icon when closed */ } /* Toggle Icon Hover Color */ .x-accordion-heading .x-accordion-toggle:hover:before { color:#00ff00; }Thanks
January 6, 2017 at 9:13 am #1318887
charliesaParticipantI almost always use x-child style.css rather than CUSTOM CSS anyway (keeps everything nice and neat). 🙂
January 6, 2017 at 9:17 am #1318890
charliesaParticipantThank you very much !! as usual though.
January 6, 2017 at 10:41 am #1318992
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1318240 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
