Tagged: x
-
AuthorPosts
-
August 30, 2016 at 4:42 pm #1154058
armintzParticipanti’m trying to change and style the accordion element icons. oddly, i have no problem doing this on another website using x theme (including the same stack) but for some reason the same code is not taking effect on another site.
i have the code below added to my child theme (not customizer > css):
.x-accordion-heading .x-accordion-toggle.collapsed:before { content: "\f063"; color: #649ecf; } .x-accordion-heading .x-accordion-toggle:before { content: "\f062"; color: #505050; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }the default icons are still showing on the accordion, as you can see on this page here: http://tinyurl.com/go5tn82
i’ve confirmed it’s not a caching issue. any idea why it’s not taking effect?
August 30, 2016 at 9:35 pm #1154435
DarshanaModeratorHi there,
Thanks for writing in! If you’re adding it to your Customizer, you will have to use two backslashes because when saving it will stripped one.
Also please provide us with the link to your page to check.
Thanks!
August 30, 2016 at 9:56 pm #1154452
armintzParticipantI already mentioned that I was adding it to my child theme and not customizer, and I also provided the link to my site in the original post as well.
However, I’ve solved the issue on my own. Thanks.
August 30, 2016 at 11:36 pm #1154549
Prasant RaiModeratorHappy to see you have resolved the issue. Let us know if you have any other questions. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1154058 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
