How change color links on memovie template

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Tue May 03, 2011 11:29 am
home.png


Hi! I would like to change color of link text and title text from red to black. I use memovie template, style 2 (red). I try to change color code on style2.css but I didn't change nothing. I attached my homepage.
Thanks

A.
User avatar
Fresh Boarder

Konrad M
Wed May 04, 2011 7:53 am
Hi
Can you give us url to your site?
User avatar

GK User
Wed May 04, 2011 8:03 am
Hi this is my ip,

http://212.141.0.82/radio1/

a.
User avatar
Fresh Boarder

Konrad M
Wed May 04, 2011 8:08 am
Find this in style2
Code: Select all
#gk-container .moduletable a, #gk-container .moduletable_menu a, #gk-container .moduletable_text a, #gk-container .moduletable_color3 a {
    color: #900000;
}

and change color to #000
User avatar

GK User
Wed May 04, 2011 8:29 am
Thanks a lot, everything works. I have another question if you can help me: I would like to reduce the spacing between the rules of the article in gk4.
User avatar
Fresh Boarder

GK User
Wed May 04, 2011 11:50 pm
haruki wrote:Thanks a lot, everything works. I have another question if you can help me: I would like to reduce the spacing between the rules of the article in gk4.


Please try adding this lines on override.css file:

Code: Select all
p.nsp_text,
.nsp_links p {line-height: 15px}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu May 05, 2011 9:27 am
Thanks a lot, now it's perfect,

a.
User avatar
Fresh Boarder

GK User
Mon May 07, 2012 12:49 pm
I need color text of articles in white.
Thanks

http://cervesaartesanacatalana.cat/
User avatar
Gold Boarder

Konrad M
Tue May 08, 2012 8:57 am
Try add to template.css at the bottom after last selector
Code: Select all
.article-content p,
.article-content span {
color:#fff !important;
}
User avatar

GK User
Tue May 08, 2012 9:48 am
Ok, perfect, thanks a lot. ;)
User avatar
Gold Boarder

Konrad M
Tue May 08, 2012 10:45 am
Welcome :)
User avatar


cron