• Hello,

    I was wondering if it was possible to program into Virtue a photo hover option for all images, similar to that of the portfolio. Or just for specific designated images in posts. I would like to create something like a link page that has images with the title over the image (like the hover from the portfolio pages) that then links to specific categories from the blog instead of just to one post.

    If this is at all possible could you please point me in the right direction? Thanks!

    Also, I love the theme! And I have suggested it so far to anyone wanting to work with a simple and clean WordPress theme.

    Thanks,
    Andrea

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Andrea, so I understand are you talking about something like this:
    https://themes.kadencethemes.com/virtue-premium-3/

    Just scroll down a little.

    Kadence Themes

    Thread Starter WentzellA

    (@wentzella)

    Yes that is pretty much what I would like to do. Is there anything specific I need to enable to make that happen with just one set of specific images? I want to make it similar to how the portfolio page already works, but with the images instead leading to a specific blog category.

    Thanks.

    Well you would need to code it out, The premium has the option in the link for the home page but if you want to code it you need to position the image in a position: relative box then in that same box position: absolute the elements of text. Make the box a link and then add hover effects.

    So something like this will get you in the right direction:

    <a href="yourlink" class="linkbox">
    <img src="yourimage">
    <div class="textbox">
      add some content
    </div>
    </a>

    Then add the css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Photo Hover Option’ is closed to new replies.