-
AuthorPosts
-
May 22, 2011 at 11:20 am #164297chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
May 22, 2011 at 2:19 pm #392342File path : /templates/ja_business/css/template.css
Do changes in this code
#ja-footer{
background:url('../templates/ja_business/images/footer-bg.gif') repeat left top;
border-top:solid 1px #372a27;
}
1. Remove the border :
remove this css code from the above code “border-top:solid 1px #372a27;”
2. change background color
remove this code “background:url(‘../templates/ja_business/images/footer-bg.gif’) repeat left top;” and replace it with say red color by changing the code as “background:#FF0000;”
so collectively
#ja-footer{
background:#FF0000;
}
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by chavan 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to change the colour and remove the lines in the footer area
Viewing 2 posts - 1 through 2 (of 2 total)