Okay
  Public Ticket #493485
Issues with site setup.
Closed

Comments

  • Timmy started the conversation

    Firstly I love the theme. REALLY solid work. :)

    I have several issues I am not sure how to fix.

    1. I want to have the home screen only when scrolling. But I have a plugin for social media icons on the menu and they do not disappear. I have seen this but it removes it entirely.

    .home #header-outer, .home #header-space {
      display: none!important;
    }

    2. I want one specific portfolio to display 5 items ALWAYS and not shrink.

    3. I want to stop the portfolio from opening separate pages (Only use it to display call images).


    Thanks a lot for your help.

  •  8,987
    Tahir replied

    Hey ,

    1: Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    html body #header-outer[data-transparent-header=\"true\"].transparent {
        display: none !important;
    }

    2: Not possible without custom work.

    3: Turn on the Lightbox Only option here : http://prntscr.com/80ron3 .

    Thanks



    ThemeNectar Support Team 

  • Timmy replied

    Thanks for your prompts response!


    I have a few more questions then,

    1. Can I change some of the portfolio projects hover font colours (ie, They are black as a standard, but I want half black fonts and half white fonts.) This is because their accent colours are black and white (So they can be opposites)?

    2. Is there a way I can have the menu fade in (It just appears and disappears when scrolling to the top and down)?

    3. Finally I am wanting to spread out my footer left and right widgets closer to the edge of the page. How would I do that? Thanks.

    Also I cannot stress enough how good this Theme is, with the comprehensive editing available and extensive support available. Keep up the good work!!!


    Timmy

  •  8,987
    Tahir replied

    Hey Again ,

    1: See screenshot: http://prntscr.com/81grqi . You can add it here .

    2: No i am afraid it would require custom css.

    3: Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#footer-widgets .container {
        padding: 0 10px !important;
    }

    Thanks



    ThemeNectar Support Team