-
AuthorPosts
-
robnob Friend
robnob
- Join date:
- October 2011
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
May 24, 2012 at 8:23 pm #177515I 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!
RobCan someone explain in “latency terms” how to add module class suffix?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 25, 2012 at 3:20 am #454821Hi 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” ?AuthorPostsViewing 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
Can someone explain in "latency terms" how to add module class suffix?
Viewing 2 posts - 1 through 2 (of 2 total)