Adjusting font size in News Pro with dark view

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Mar 25, 2013 12:46 pm
Reply with quote
Report this post
Hi,

Have a look here >
http://178.18.89.213/~madonna/

At the left I have the latest Dutch news.
If you look in the right column a bit down you have the latest English News (Buitenlands nieuws).
I have given the last one the dark suffix.

But now the title from the news-item there is very little.. where and in what CSS file can I adjust it so the title is a bit bigger?
User avatar
Gold Boarder

GK User
Tue Mar 26, 2013 7:31 am
Reply with quote
Report this post
I want to check your site and help you with modifications, but site is offline and you don't provide any access details.
User avatar
Platinum Boarder

GK User
Tue Mar 26, 2013 7:07 pm
Reply with quote
Report this post
Sorry, I was moving the site.
You can find it now at the right address: www.madonna.nl.
User avatar
Gold Boarder

GK User
Wed Mar 27, 2013 10:03 am
Reply with quote
Report this post
The main problem is that the headers for black and white versions use the different font, one Rokkkit and second the Arial so even when the size will be the same (in px) it looks different. Anyway, to increase the size in dark NSP, please use this code :

Code: Select all
#gkSidebar .box.dark a {font-size: 00px!important}
User avatar
Platinum Boarder

GK User
Mon Apr 01, 2013 10:54 am
Reply with quote
Report this post
Hi!

If I change it with your code the titles from the module "Buitenlands nieuws" are correct.
But then also changes the titles for the module above it "Forum berichten".
I think your code changes all the links when a dark module is selected.

Is it possible to only change the the titles from that modules "Buitenlands nieuws"?

Been looking into the CSS files... could this be it?

Code: Select all
.dark .nspArt h4.nspHeader a, #gkBottom2 .nspArt h4.nspHeader a
User avatar
Gold Boarder

GK User
Tue Apr 02, 2013 6:37 am
Reply with quote
Report this post
Please try with this :

Code: Select all
.box.dark h4.nspHeader a {font-size: 18px !important}


this surely affect only on this module headers, like here >> http://d.pr/i/3qak
User avatar
Platinum Boarder

GK User
Tue Apr 02, 2013 8:04 pm
Reply with quote
Report this post
Thanks for the last code. It works!
User avatar
Gold Boarder


cron