FOOTER WIDGET AREA
-
Hi,
while optimizing the style.css for my needs I notice some double content again:
/* =FOOTER WIDGET AREA ----------------------------------------------- */ .footer-widgets-wrapper { background-color: #333333; border-top: 1px solid #EAEAEA; } .footer-widgets-area { padding-top: 30px; padding-bottom: 10px; color: #999999; } .footer-widgets-area .tg-one-fourth .widget-title { text-align: left; } .footer-widgets-area h3.widget-title { color: #D5D5D5; } .footer-widgets-area .tg-one-half p, .footer-widgets-area .tg-one-third p, .footer-widgets-area .tg-one-fourth p { text-align: left; color: #999999; } .footer-widgets-area a { color: #D5D5D5 !important; } .footer-widgets-area a:hover { color: #0FBE7C !important; } #colophon { font-size: 14px; line-height: 18px; } #colophon .widget { padding-bottom: 25px; } #colophon .widget-title { font-size: 22px; line-height: 32px; } #colophon p { font-size: 14px; line-height: 18px; }
/* =FOOTER WIDGET AREA ----------------------------------------------- */ .footer-widgets-wrapper { background-color: #333333; border-top: 1px solid #EAEAEA; } .footer-widgets-area { padding-top: 30px; padding-bottom: 10px; color: #999999; } .footer-widgets-area h3.widget-title { color: #d5d5d5; text-align: left; } .footer-widgets-area .tg-one-fourth p { text-align: left; color: #999999; } .footer-widgets-area a { color: #D5D5D5; } .footer-widgets-area a:hover { color: #0FBE7C; } #colophon { font-size: 14px; line-height: 18px; } #colophon .widget { padding-bottom: 25px; } #colophon .widget-title { font-size: 22px; line-height: 32px; } #colophon p { font-size: 14px; line-height: 18px; }
Both codes lines for footer widget area appear double in style.css.
Can you please check this?best regards, Frank
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘FOOTER WIDGET AREA’ is closed to new replies.