Loading...
 
Features / Usability

Features / Usability


Customize module text.

posts: 49

Hey Guys, I am trying to use different size modules for different modules on my site and have learned through the forums that I can change a box for an individual module by editing the css.

Image
Copy to clipboard
div.box-forums_last_topics { margin-left: 4px; margin-right: 4px; margin-top: 4px; margin-bottom: 10px; background-color: #000000; color: #ff9900; border: 0px solid white; padding-bottom: 10px; overflow: hidden; width: 300px; }


now i need to know how to update the css to display the contents of the module specific
i.e. font sizes inside and font colors

posts: 4656 Japan

Just add the CSS properties that you need to the module box div: "font-size" and "color", for example. (In CSS, "color" refers to text.) Check some reference like w3schools.com for help on CSS if necessary.

-- Gary


posts: 49
Hay Gary, yeah normally i'd just add the font-size into it but that doesnt seem to effect text that its pulling from the module source so like latest forum threads, even if i change the font-size it doesnt effect it. Because i think its another part of the CSS effects that but i cant figure out which (im using firebug).