Home Forums ArileWP Pro Directly linking project on homepage to URL

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7002
    Tim Gross
    Participant

    Instead of having the magnifying glass and link icon show on the homepage when hovering over a project, how can I direct link it to that URL instead? Seeing the first link “Pediatrics” here on the homepage – https://drstephaniekane.com/

    Thanks!

    #7006
    themearile
    Keymaster

    Hi Tim Gross

    Ok please add the below CSS code in the Additional CSS box.

    For this Go to Appearance >> Customize >> Additional css Box

    .theme-project-content .click-view a:nth-child(1) {
    display: none;
    }

    Let me know if it works.

    Thanks

    #7026
    Tim Gross
    Participant

    Thank you, it partially does. Instead of having the hover show and then clicking on the title or the link icon, can the entire box just be linked? When the hover is up the image becomes unclickable.

    #7070
    themearile
    Keymaster

    Hi Tim Gross

    Please let us confirm are you want to also remove the second icon and dark overlay. And want to make the image clickable.

    Because of this we need to customize the code.

    Thanks

    #7158
    Tim Gross
    Participant

    Yes, that would awesome. Thank you!

    #7174
    themearile
    Keymaster

    Hi Tim Gross

    Ok, please download and install the ArileWP Pro Child Theme from your email.

    And add the below CSS code in an Additional CSS box.

    .theme-project .theme-project-content .click-view {
        display: none;
    }
    .theme-project-content .portfolio-thumbnail:before {
    	display: none;
    }

    Let me know if it works.

    Thanks

    • This reply was modified 5 years, 1 month ago by themearile.
    #7323
    Tim Gross
    Participant

    This worked great, thank you. Only thing it broke was the slider and testimonial sections on the homepage but I was able to rebuild those. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Directly linking project on homepage to URL’ is closed to new replies.