News Module Modification?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
TorontoJoe
Forum Members
Forum Members
Posts: 19
Joined: Fri Apr 10, 2009 10:45 pm

News Module Modification?

Post by TorontoJoe »

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
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?

Post by Peciura »

I think you need to modify style sheet 'Elvis_CMG_News' find

Code: Select all

.NewsSummaryLink a {
line-height: 120%;

}
and change to

Code: Select all

.NewsSummaryLink a {
line-height: 120%;
font-weight: bold;
}
You can inspect styles of any item in your site with couple of tools. Links are listed below  :D  :D
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.
User avatar
TorontoJoe
Forum Members
Forum Members
Posts: 19
Joined: Fri Apr 10, 2009 10:45 pm

Re: News Module Modification?

Post by TorontoJoe »

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 will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered....
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: News Module Modification?

Post by jmcgin51 »

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).
Post Reply

Return to “Modules/Add-Ons”