1. changing the footer background color
2. changing the footer font color
3. changing the link appearance for the whole site, no underline and maybe color blue
few appearance questions
4 posts from 3 voices-
Posted 1 year ago #
-
Hi n0gear,
First Open the style.css page located in the display theme folder. These will work along side the Display - Light skin you can select in the Display Options menu. If you want to edit one of the other styles, you can do so in display>css>style1.css, style2.css or style3.css and modify them directly for your needs.
1. Starting on line 16 you will modify:
#footerwrap, #subpage #footerwrap{ background: #222; }2. Starting on line 153 modify:
#footer{ color: #cbcbcb; }If you need to modify the link color for the footer you will also need to change the following starting on line 166:
#footer .box ul li a, .wrapper #footer .box .recentcomments{ border-bottom:1px solid #4a4a4a; background: transparent url(../images/skin1/bullet_grey.png) left 11px no-repeat; } #footer .box ul li a:hover{ background: #262626 url(../images/skin1/bullet_grey.png) left 11px no-repeat; color:#fff; }3. Starting on line 214 you'll need to change the styles:
.wrapper a, #main #sidebar .textwidget a{ color:#777777; border-bottom: 1px solid #ff9000; } .wrapper a:hover{ border-bottom: 1px solid #666; color:#ff9000; }Hope this gets you in the right direction.
Regards,
Devin
Posted 1 year ago # -
Thank you very much!
Posted 1 year ago # -
Glat that Devin could help you. Status set to resolved.
Posted 1 year ago #
Reply
You must log in to post.














