Post by yooblogger » Wed Dec 09, 2009 11:10 pm

Image

Version : Opencart 1.3.4
Compatible with: Firefox, Chrome, IE7

YooWhite 1.3.4 --> It's simple and free
YooDark 1.3.4 --> It's nice and free


Newbie

Posts

Joined
Sun Dec 06, 2009 12:10 pm

Post by aqa_boy » Thu Dec 10, 2009 10:33 pm

How can I change the colour of the links and text in the footer?
The links's color is ugly and the text color is black (same as the background color) so its unreadable.
I want to change the colour only of the links in the footer

Newbie

Posts

Joined
Mon Nov 30, 2009 11:54 pm

Post by yooblogger » Fri Dec 11, 2009 4:20 pm

File : catalog\view\theme\YooDark\stylesheet\stylesheet.css

Find
#footer {
width: 100%;
clear: both;
padding-top: 5px;
border-top: 1px solid #DDDDDD;
}
Add a line : "color:#FFFFFF;"
#footer {
width: 100%;
clear: both;
padding-top: 5px;
border-top: 1px solid #DDDDDD;
color:#FFFFFF;
}
If you want to change link color, add a below code
#footer a {
color:#0000FF;
}

YooWhite 1.3.4 --> It's simple and free
YooDark 1.3.4 --> It's nice and free


Newbie

Posts

Joined
Sun Dec 06, 2009 12:10 pm
Who is online

Users browsing this forum: No registered users and 1 guest