Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #186928

    Hi,

    I’d like to display my portfolio as a sorted list of titles (without photos).
    Is it possible ?

    Thanks

    #187056

    Hi totofunk!

    You can add this on your custom.css or Quick CSS:

    .grid-image.avia-hover-fx {
    display: none;
    }

    Regards,
    Ismael

    #203664

    Thanks. One more thing, how can I have this behavior for one portfolio, and a standard behavior for all others ?

    #203666

    Hey!

    You can use the page id class to deactivate the hover effect on a specific page. Use following css code instead of Ismael’s code

    
    .page-id-755 .grid-image.avia-hover-fx {
    display: none;
    }
    

    and replace 755 with the id of the portfolio page where you want to hide the images.

    Cheers!
    Peter

    #203668

    wow, super fast support !
    thanks a lot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘portfolio list view’ is closed to new replies.