-
AuthorPosts
-
rhys_daniels Friend
rhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 28, 2010 at 12:01 pm #149070I want to change the text colour to white on the following positions: User9, user10, user11, user12.
Please tell me the file and line of code to enter. Please see the attached image for better understanding.
rhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
February 28, 2010 at 1:18 pm #334116open templates/ja_sanidineii_light/css/template.css
Find the following code
#ja-botsl {
clear: both;
margin: 0 10px;
padding: 15px 5px;
background: url(../images/grad-2.gif) repeat-x top #373737;
border-top: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
color: #999999;
}and change to
#ja-botsl {
clear: both;
margin: 0 10px;
padding: 15px 5px;
background: url(../images/grad-2.gif) repeat-x top #373737;
border-top: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
color: #FFFFFF;
}AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 1 voice, and was last updated by rhys_daniels 14 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change Text Colour: User9, user10, user11, user12
Viewing 2 posts - 1 through 2 (of 2 total)