fact is that when I touch code, bad things happen. I'm hoping that someone can help me out with a modification that should in theory be quite simple.
I use the news module on the site I manage; www.cmgtoronto.ca. Works great but I'd like the headlines, just under the dates, to POP out a bit more. I want to make them Bold. Any idea what I would need to change on the stylesheet to do this?
The sheet is here: http://cmgtoronto.ca/stylesheet.txt
News Module Modification?
- TorontoJoe
- Forum Members

- Posts: 19
- Joined: Fri Apr 10, 2009 10:45 pm
News Module Modification?
Last edited by TorontoJoe on Sat Jun 06, 2009 8:56 pm, edited 1 time in total.
I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered....
-
Peciura
Re: News Module Modification?
I think you need to modify style sheet 'Elvis_CMG_News' find
and change to
You can inspect styles of any item in your site with couple of tools. Links are listed below

firebug(FF),
developers tools(IE),
web developers toolbar (FF),
debug bar (IE),
developer tools (opera)
Code: Select all
.NewsSummaryLink a {
line-height: 120%;
}Code: Select all
.NewsSummaryLink a {
line-height: 120%;
font-weight: bold;
}firebug(FF),
developers tools(IE),
web developers toolbar (FF),
debug bar (IE),
developer tools (opera)
Last edited by Peciura on Sun Jun 07, 2009 9:22 am, edited 1 time in total.
- TorontoJoe
- Forum Members

- Posts: 19
- Joined: Fri Apr 10, 2009 10:45 pm
Re: News Module Modification?
Hi Peciura,
I have a feeling I'm going to sound foolish here...I have no idea what these developer tools you speak of are...Where can I find them?
I have a feeling I'm going to sound foolish here...I have no idea what these developer tools you speak of are...Where can I find them?
I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered....
Re: News Module Modification?
These tools are all browser specific plugins or add-ons.
For example, if you use Firefox for your web work, you would want to download/install the Web Developer add-on. Google is your friend, or you can search from within Firefox (Tools > Addons).
For example, if you use Firefox for your web work, you would want to download/install the Web Developer add-on. Google is your friend, or you can search from within Firefox (Tools > Addons).
