Okay
  Public Ticket #340749
Need Help
Closed

Comments

  • Daniel started the conversation
    Hello,

    We are working on a wordpress site using the Salient theme(very nice btw),http://venuing.wpengine.com/
    The two things we are trying to resolve:
    1. We want to have a parallax menu scroller, how is this accomplished? I noticed it is in the theme but we can't figure it out.2. Is there a way to keep the sortable portfolio but only display images and not text?

    Thank you.

  •  8,406
    Tahir replied

    Hey!

    Please see parallax video : https://www.youtube.com/watch?v=NIgi-YyspcE

    As for the hiding the text , add this into the Custom CSS box located in your Salient Options panel :

    .portfolio-items .col .work-info .vert-center {
        display: none !important;
    }
    Thanks 


    ThemeNectar Support Team