Okay
  Public Ticket #475459
Portfolio pages header
Closed

Comments

  • Luke started the conversation

    Hello,

    I'm wanting to hide the portfolio arrows, grid graphic and name at the top of the portfolio pages and have the image gallery fit to top of the page (will add return buttons manually) - is there a CSS rule that could do that? Thanks!

    Regards, Luke


  •  8,854
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single-portfolio div#page-header-wrap {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Luke replied

    Thanks Tahir, that\'s great! One last one: Is there a CSS rule to hide he arrows on the basic image gallery (there does not seem to be any options to minimise the presence of these)? Please see attached. Thanks again! Luke

  •  8,854
    Tahir replied

    I see you switched the slider style.

    Thanks


    ThemeNectar Support Team 

  • Luke replied

    Hey Tahir, no using the basic slider on the home page and the nectar slider for the gallery pages.

    So a CSS rule to hide he arrows on the basic image gallery would be appreciated.

    Again, many thanks. Luke

  •  8,854
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .flex-gallery ul.flex-direction-nav {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team