Post Title Hover Behavior and unwanted underlining text

Posted in: Newsmag
Post count: 45

Something I cannot seem to figure out.. Now whenever I create a new block for some odd reason the block and post title, and category tag gets underline whenever hover over. This behavior recently started. Help would be great, Thanks!

see image
http://www.goproace.com/wp-content/uploads/2015/08/hover_underline_vc.jpg

and here is the post with the in body of article block
http://www.goproace.com/2015/08/q2-2015-results-international-sales-totaled-more-than-50-of-quarterly-revenue/

Post count: 6535

Hi

When you insert a block into post content the theme add that underline decoration on title and category links, if you want to remove it you can use this css in theme panel > custom css:

.td-post-content .td_block_wrap a:hover{
text-decoration: none!important;
}

Thanks!

Post count: 45

Thanks Andrei that works!
Marking as fixed.

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