Remove Yellow Box on Mouse Scroll Over

Posted in: Newspaper
Post count: 6

I saw in a previous post that I can remove the yellow box on scroll over of a featured article.

I entered this code in the java script portion of custom code

jQuery(document).ready(function($){
jQuery(‘a’).removeAttr(‘title’);
});

This removed the title itself, but I still get a yellow box that shows up without the article.

My site is:

http://leben.us/

Post count: 20688

Hi,

That yellow box that appears over posts does not belong to the theme, it could belong to a plugin you installed – https://www.screencast.com/t/KuqRsxlQJZ Search for it in the plugins section and disable it to see if the problem is still there. If it’s still there try disabling all the plugins except Visual composer and see what happens.

Thanks

Post count: 6

I found the problem plugin. Thank you.

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