I would like to know how to remove the heart symbol from pictures and also the "view details" text that is on hover. I only want it to view larger, and changing that text i guess is in the CSS?
Thanks for the help, Johan.
Edit: I have also looked for help and have seen some tips that have not helped me :/
Thank you, tho I have to ask where to put it? I am not the greatest at this and have tested it on two, three places now; in the portfolios own page and in Salients general settings. I guess I am way off.
Hi!
I would like to know how to remove the heart symbol from pictures and also the "view details" text that is on hover. I only want it to view larger, and changing that text i guess is in the CSS?
Thanks for the help, Johan.
Edit: I have also looked for help and have seen some tips that have not helped me :/
To delete the "view details" you have to put this
$("a:contains('More Details')").css("display", "none");
Thank you, tho I have to ask where to put it? I am not the greatest at this and have tested it on two, three places now; in the portfolios own page and in Salients general settings. I guess I am way off.
I solved the heart removal. Tho the view details did not work.
You can put at the end of footer.php:
<script>
$("a:contains('More Details')").css("display", "none");
</script>
Hey ,
Please see: https://themenectar.ticksy.com/article/5912/ .
This also might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .
Thanks
ThemeNectar Support Team