Issues after upgrade (link hoover colour)

Posted in: Newspaper
Post count: 53

Hi,

my website is http://www.deepciel.com

After I’ve upgraded my wp theme from v3.6 to latest v4.5.
Hoover link colour missing on the:

1. Home module’s Article Title
http://www.deepciel.com/wp-content/uploads/2014/11/1-home-module-link-hoover-before.jpg
http://www.deepciel.com/wp-content/uploads/2014/11/1-home-module-link-hoover-before-after.jpg

2. Sidebar New Article Widget
http://www.deepciel.com/wp-content/uploads/2014/11/2-sidebar-widget-hoover-before.jpg
http://www.deepciel.com/wp-content/uploads/2014/11/2-sidebar-widget-hoover-after.jpg

3. Footer 2 Hot Topic
http://www.deepciel.com/wp-content/uploads/2014/11/3-footer2-link-hoover-after.jpg

The Custom CSS that you’ve sent me before is below:
.td_popular_categories {
font-family: microsoft yahei, “微软雅黑”, “Hiragino Sans GB”, Helvetica, Tahoma, Arial,Verdana, Geneva, sans-serif;
}

.textwidget, .widget_recent_comments .recentcomments {
font-family: microsoft yahei, “微软雅黑”, “Hiragino Sans GB”, Helvetica, Tahoma, Arial,Verdana, Geneva, sans-serif;
}

.prev-post div,
.next-post div,
.author-box-wrap .td-author-name a,
.desc span,
.comment-respond input,
.comment-respond textarea,
.td-sub-footer-copy,
#menu-footer a {
font-family: microsoft yahei, “微软雅黑”, “Hiragino Sans GB”, Helvetica, Tahoma, Arial,Verdana, Geneva, sans-serif;
}

.prev-post a, .next-post a {
microsoft yahei, “微软雅黑”, “Hiragino Sans GB”, Helvetica, Tahoma, Arial,Verdana, Geneva, sans-serif;
font-size: 16px !important;
}

.entry-title > a:hover {
color: #00BCB0;
}

.td-sub-footer-menu li a {
font-family: microsoft yahei, “微软雅黑”, “Hiragino Sans GB”, Helvetica, Tahoma, Arial,Verdana, Geneva, sans-serif;
}

Is there any changes that I have to make on the Custom CSS?
Thanks.

Post count: 53

please help

Post count: 6600

Hi,

1. Use this custom css for block title links: http://screencast.com/t/brUkUktp
2. The custom css from above will also change the sidebar’s widgets title.
3. Not sure what issues you have with this footer title, if it’s the same issue note that the css from above also changes this title: http://screencast.com/t/u6T1kCl134h
Just add this css to theme panel > custom css:

.entry-title > a:hover {
color: #00BCB0 !important;
}

Thanks

Post count: 53

Hi,

That’s help.
Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.