-
AuthorPosts
-
November 12, 2012 at 3:48 pm #182170
For the regular and active states for the JA Accordion module, I followed the code example presented for JA Nex and it works nicely in Teline IV.
I would like to add triangular bullets to the Accordion module titles as shown in the attached site styleguide image. Can you provide me with some guidance on the necessary code changes?
Thank you!
Cheers,
Paul Canniff
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 13, 2012 at 7:14 am #472737You can change it with css here
<blockquote>Open templates/ja_teline_iv/css/template.css file</blockquote>
from
.ja-accordion-containner li {
background-image:none !important;
}
change to
.ja-accordion-containner li {
background-image:none;
}November 22, 2012 at 7:31 pm #473956I resolved it eventually using the CSS pseudo element :before.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by pacanniff 11 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Adding list bullets to titles in JA Accordion module
Viewing 3 posts - 1 through 3 (of 3 total)