Quote:
|
Originally Posted by daprezjer Ha, I just figured that out, but I had to go to the "Newsflash" module, not the latest news module. |
Depends on what you are using and how you want news to show up. The latest news lists the item titles and the newsflash will list the intro texts...
Quote:
|
Originally Posted by daprezjer I have had a problem though editing the "contentheader" module. Seems that when I do that I also change the header type on all of my pages. I tried setting the module class instead but the contentheader style always overtook it, using !important or not. |
In the module.. check the "Module Class Suffix". I normally put a "-specificname" for my suffix.. then in the CSS file, make sure to add this suffix...
.contentheader-specificname {color: red; }
If you need to you can also do:
a.contentheader-specificname {color: red; }
don't forget the readon class:
a.readon {color:red;}
Quote:
|
Originally Posted by daprezjer Any thoughts on making the contentheader style different for the "latest news" section different than the content headers of the pages? |
Just set the "Module Class Suffix" accordingly (and differently) for the newsflash and latest news modules.