-
AuthorPosts
-
michelebugliaro Friend
michelebugliaro
- Join date:
- February 2014
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
March 3, 2014 at 4:28 pm #195403Hi, I’m trying these “special module styles” (new, pick, …) for modules, not into contents via JA Typo. These do not work as expected. The badge is a half circle:
_badge badge-pick
results in a wider module._badge badge-pick
– with aspace before results in a slightly better-looking module (see screenshot).I assume there ARE various styles beyond badge badge-hot… Help!
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 4, 2014 at 8:04 am #525207@michelebugliaro,
You need to open the templatesja_puresitecsstypo.css file and add following CSS rule:[PHP].ja-moduletable.badge-hot .badge {
background-position: 0 0;
}.ja-moduletable.badge-pick .badge {
background-position: 0 -80px;
}.ja-moduletable.badge-new .badge {
background-position: 0 -40px;
}.ja-moduletable.badge-top .badge {
background-position: 0 -120px;
}[/PHP]Once done, clear cache of T3.
1 user says Thank You to Hayden A for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Hayden A 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Special module styles
Viewing 2 posts - 1 through 2 (of 2 total)