Portfolio with venture

  • Unknown's avatar

    Hello,

    I am working with venture and I would like to know, on my portfolio page, how do you make it so the title only shows when the cursor hovers over it?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, first off a thought. Touch devices cannot “hover” so anyone on a tablet or phone will not be able to see the titles on those portfolio projects. What I’m offering below is a Media Query which limits this hover change to 1024px and wider screens/windows so that the majority of tablets and phones will see the titles.

    Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .page-template-full-width-grid-page article.has-background-cover .entry-title a {
    	color: rgba(0, 0, 0, 0);
    }
    .page-template-full-width-grid-page article.has-background-cover .entry-title a:hover {
    	color: #fff;
    }
  • The topic ‘Portfolio with venture’ is closed to new replies.