Customising News Pro show GK4

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Mar 15, 2011 11:01 pm
Hi

Great forum and a great product..

I want to be able to change the layout of the module in a couple of ways:-

1. I want to be able to turn off the italics.. In my user column (headlines) it shows without italics and in my main section it is showing with italics! (Latest headlines)

2. I want to make the title bigger and in bold

I have searched through all of the Css files in news pro show and cannot find any of the css commands to change 'italics' etc

I read on this forum one article about changing the joomla.css file, but JA Purity has no file (I have checked many times)

I am using JA Purity template
and joomla 1.5.22

site - www.thealphanews.com

Thank you in advance :)
User avatar
Fresh Boarder

Konrad M
Wed Mar 16, 2011 7:06 am
Hi

1. Go to style.css and find
Code: Select all
.nsp_art p.nsp_text a {

}


change to
Code: Select all
.nsp_art p.nsp_text a {
font-style:normal;
}


2. Actually title is bold to make it bigger go to style.css and find
Code: Select all
.nsp_art h4.nsp_header a {

}

and change to
Code: Select all
.nsp_art h4.nsp_header a {
font-style:normal;
font-size:14px; // try increase or decrease this value
}
User avatar

GK User
Wed Mar 16, 2011 11:20 am
Thank you.. Worked a charm :)
User avatar
Fresh Boarder

Konrad M
Wed Mar 16, 2011 3:58 pm
I'm glad I helped :)
User avatar


cron