Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • cmscodexpress Friend
    #155691

    Hi all
    I’ve downloaded the template ja_anion with this module, I need to show each category from ja_contentslide with a different color, anyone has some idea how to do this?
    Thanks in advance

    cmscodexpress Friend
    #360694

    Any idea? I really need this please somebody help me!

    Saguaros Moderator
    #360711

    Sorry for my delay!

    You use the Suffix Class to to rsolve this issue !

    For example: i will put the _red text into the suffix class parameter

    and add the following code into the template.css file:

    .moduletable_red{
    background:red!important;
    }

    cmscodexpress Friend
    #360778

    Thanks for your answer but it is not exactly that I need, it works for all module but I need one color for each title of the article, I attach an image for a better explication.
    Thanks in advance


    1. sidenews
    Saguaros Moderator
    #360834

    each item of the list has id: jsslide_NO (NO is number of ordering )

    now, you will make style for them as following

    #jsslide_0 a { color: red!important; }
    #jsslide_1 a { color: blue!important; }

    cmscodexpress Friend
    #360972

    Thanks so much for your answer

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  cmscodexpress 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum