Hello,
Is there a way to remove the permalink showing p on all posts in the news page and also to remove the hover function on the images.
URL is posted in secure area
Thanks
Scott
Hello,
Is there a way to remove the permalink showing p on all posts in the news page and also to remove the hover function on the images.
URL is posted in secure area
Thanks
Scott
Hi Scott,
Thanks for reaching out.
Sure, it’s possible by adding this code to your Theme Options > JS
jQuery('a[title]').removeAttr('title');
Hope this helps.
Excellent that worked, is there any way to stop the hover function that shows the link icon?
Thanks
Hi Scott,
Please add this code in X > Theme Options > CSS:
a.entry-thumb:hover:before {
opacity: 0;
}
a.entry-thumb:hover img {
opacity: 1;
}
Hope this helps.
Excellent, that worked, thanks for your help
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.