test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • michelebugliaro Friend
    #195403

    Hi, 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!


    1. Screen-Shot-2014-03-03-at-17.22.50
    Hayden A Friend
    #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.

Viewing 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