• Hi,

    I’m just finishing up on a simple website using the Argent theme and would love to be able to either remove completely, or tone down the mouse over fade effect on all the portfolio buttons in the middle of the front page. I’ve turned off the text that is on top of these buttons and have just uploaded flat art for the featured images of each one. Having a flat image button with no fade at all would be fine. I’ve been searching for a solution and haven’t had any luck. Can anyone help me figure out how to change or add a new code for this to work? I have no control of making this change elsewhere. Thanks in advance!

    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom CSS, either using a plugin or a child theme:

    .has-post-thumbnail .project-image .project-summary {
      opacity: 0;
    }

    If this doesn’t solve your issue, can you post a link to your site and explain in more detail what you’d like to have happen?

    Thread Starter mikelap

    (@mikelap)

    That did it Stephen! Thanks Man!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove or tone down mouse over fade on portfolio buttons in Argent’ is closed to new replies.