Okay
  Public Ticket #734368
Love/heart removed
Closed

Comments

  • Johan started the conversation

    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 :/

  •  3
    oscar luis replied

    To delete the "view details" you have to put this

    $("a:contains('More Details')").css("display", "none");

  • Johan replied

    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.

  • Johan replied

    I solved the heart removal. Tho the view details did not work.

  •  3
    oscar luis replied

    You can put at the end of footer.php:

    <script>

    $("a:contains('More Details')").css("display", "none");

    </script>



  •   Johan replied privately
  •  8,993
    Tahir replied

    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