Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008958
    cmeklir
    Participant

    site: http://0e8.7cd.myftpupload.com/gallery/
    On the portfolio pages the images turn black with a red link on hover.

    On the blog page the featured images fade out (with a red link) on hover.

    Where should I look to change those effects?

    #1009036
    Christopher
    Moderator

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1009140
    cmeklir
    Participant

    I wanted to disable or modify the hover effect on the portfolio category pages (where the images turn black with a red link on them. I either wanted to find the images so I could replace the paperclip with a transparent image and the black color with a lighter one or disable the script.

    #1009217
    cmeklir
    Participant

    I added this code from your reply to someone else,which removes the dark overlay and the paperclip, but the featured images still showing a red dot when they are hovered over:
    http://0e8.7cd.myftpupload.com/blog/

    a.entry-thumb:hover img {
    	opacity: 1;
    	filter: alpha(opacity=100);
    	zoom: 1;
    }
    
    .entry-thumb:before {
    	background-color:none !important;
    	content: "";
    }
    
    #1009222
    cmeklir
    Participant

    You can mark this solved. I missed where you changed background:none to background:transparent;

    #1009233
    Joao
    Moderator

    Great to hear it 🙂

    Let us know if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1008958 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>