Tagged: x
-
AuthorPosts
-
October 25, 2016 at 10:44 am #1230012
ArnsParticipantHi there,
I want to put two images in the header of the accordion. In the front a flag of a country, and in the end a flag of a country. How is that possible? Maybe there are Icons or something like that?
regards,
Christian
October 25, 2016 at 11:50 am #1230110
RupokMemberHi Christian,
Usually it’s not possible to add any content to accordion title. But it would be inserted though some script. So let’s add a custom class to an accordion and update us with URL. Also add a mockup or a example of what you are trying to achieve. We’ll try to provide you some tailored code if that’s possible.
Cheers!
October 27, 2016 at 2:33 pm #1233667
ArnsParticipantThis reply has been marked as private.October 27, 2016 at 10:11 pm #1234199
LelyModeratorHi Christian,
On Cornerstone, Add accordion > Click Accordion Item> On ID field add acc-title-1.
Then add the following on Settings > Custom JS:jQuery(document).ready(function($) { $('#acc-title-1>div>a').prepend('<img src="http://imagesourcehere.png" />'); $('#acc-title-1>div>a').append('<img src="http://imagesourceherepng" />'); });Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1230012 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
