Hi, is there a way to disable the hover and make the Next/Back slide out buttons on portfolio items just be arrows and not slide out at all? Thank you for your help : )
Hey envisageiam,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
The black button with the white arrow : )
Hi,
Can you enable right-click so I can inspect the page?
Best regards,
Jordan Shannon
Ok, its been done
Hi,
Add this to quick css:
.avia-post-nav:hover .entry-info-wrap{
pointer-events:none;
width:0px!important;
}
Best regards,
Jordan Shannon
That worked great for desktop, but now on mobile the links are not working
Here is the CSS I currently have to get them to show on mobile:
@media only screen and (max-width: 767px) {
.responsive #top .avia-post-nav {
display: block !important;
}}
Hi,
Adjust css to this:
.avia-post-nav:hover .entry-info-wrap{
width:0px!important;
}
I think that will help mobile.
Best regards,
Jordan Shannon
BAM, ur a G! Thx
Hi,
No problem I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon