Okay
  Public Ticket #346629
image sliding effect - portfolio style 4
Closed

Comments

  •  1
    Willem started the conversation

    Hi,

    I am wondering how I can change the sliding effect of images in portfolio overview with portfolio style four. I would only like the text to slide in from the bottom up, and not the images to slide up.

    Hope it can be achieved with some minor (jQuery) changes.

  •  8,425
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .elastic-portfolio-item .work-item.style-4 img {
        top: 0px !important;
    }


    ThemeNectar Support Team