Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • robnob Friend
    #177515

    I know there are other forum articles about this and i know there is a 20,000 word document on wikipedia about this, but i still struggle completely understanding it and it seems VERY easy.

    For example – i have a simple poll module like this –

    can be found on right column if you want to mess around with firebug – big3fantasy.com/San-Jose-Sharks.html

    I am looking to edit maybe the title, button and background color…
    Is there a way to add CSS to the master template file to address the changes or do i have to add Module Class suffix to each of the poll modules? What would it look like to edit each (title, button, etc.)

    Thank you very much!
    Rob

    Can someone explain in “latency terms” how to add module class suffix?


    1. css-updates-poll
    Sherlock Friend
    #454821

    Hi robnob,

    The purpose of module class suffix is that you would be able to have a specific class for a specific module (you can also use a class suffix for several modules if you want ), to add a suffix class you just go to the module back-end there you would find out a field name “Module Class Suffix”, when you added a class suffix for a module, for example you have added _test, your module now has a specific class of moduletable_test, if you want to apply a css rule for a html tag under this specific module, example applying a color for a li tag inside this module

    div.moduletable_test li
    {
    color:red
    }
    That’s it what I knew 🙂 I am not sure what you meant by “latency terms” ?

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 12 years, 6 months ago.

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