Okay
  Public Ticket #1416355
Change Single Project Page Navigation background color
Closed

Comments

  • cyrczak started the conversation

    Hi Envato Team! 

    How to change the background color of Single Project Page Navigation - default is #f8f8f8 (as in ex. here http://themenectar.com/demo/salient-ascend/portfolio/geowolf-social/) and i want it white #fff and cannot find the option.

    Thank you!

  •  9,016
    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) :

    .bottom_controls {
        background-color: #fea !important;
    }

    Thanks


    ThemeNectar Support Team 

  • cyrczak replied

    Thank you very much! And I have another question: how to change the alt text for the "Back to all projects" button? Or maybe it is possible to change the button to text link?

  •  9,016
    Tahir replied

    Hey Again,

    I am afraid the alt text cant be changed . I am not sure what you mean by changing the button to Text Link ?. 

    B.est 


    ThemeNectar Support Team 

  • cyrczak replied

    Hey,

    I mean - changing the icon with 9 squares to the text link where i can put some text like "Back to Portfolio" or anything else in my language:) 

  •  9,016
    Tahir replied

    He Again,

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

    #portfolio-nav a i:after {
        content: "Back to All";
        font-size: 14px !important;
        line-height: 14px;
        top: -18px !important;
        position: relative;
        left: 25px !important;
        display: block !important;
    }

    Thanks


    ThemeNectar Support Team 

  • cyrczak replied

    Thank you very much! And I have one more question: is it possible to add project categories or at least project subtitle on portfolio thumbnails (with option meta overlaid left aligned)?

  •  9,016
    Tahir replied

    No i am afraid thats not possible without custom code edits .

    Be.st 


    ThemeNectar Support Team 

  • cyrczak replied

    OK, thanks anyway! 

    I`m in the middle of upgrading my site so i have a couple more questions and thanks for your help in advance!

    Another question is: how to add the underline effect to the link in my footer (just link, not hover effect) ?

  •  9,016
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • cyrczak replied

    Hi

    The URL is http://www.cyrczak.com 

    If you could help me also with:

    1. problem with portfolio - i mean when  i sort projects in ex. Branding - and scroll page down there is a dark grey stripe at the background left - can i remove it?

    2. The sorting/filters menu at Portfolio dissappears after sorting - could it stay after sorting?

    Thanks!


  •  9,016
    Tahir replied

    Hey Again,

    1: You will have to turn off the "FullScreen Page Rows " Option for it to work correctly. 

    2: Not sure what you mean . Only those categories will show which have a Project Thumbnail in the view . 

    Be.st 


    ThemeNectar Support Team 

  • cyrczak replied

    Thanks!

    no 1 works perfectly!

    no 2 - i mean - is there a possibility to have horizontal menu with categories that remains at the portfolio page even when sorted?

  •  9,016
    Tahir replied

    No i am afraid there is no such option available . 

    Be.st


    ThemeNectar Support Team 

  • cyrczak replied

    Thanks! - and could you help me with previous question - how to add the underline effect to the link in my footer (just link, not hover effect) ?

  •  9,016
    Tahir replied

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

    #footer-outer a {
        text-decoration: underline;
    }

    Thanks


    ThemeNectar Support Team 

  • cyrczak replied

    Thanks!

    Please do not close this ticket yet, probably i have a few more questions tomorrow.

  • cyrczak replied

    Hi! Could you help me with two problems:

    1. I have the Single Project Page Navigation at the bottom - is there a way to REPEAT the Single Project Page Navigation at the top of the project page? www.cyrczak.com

    2. Is there a way to insert a horizontal submenu (made in Wordpress) to the page content?

    Thanks!

  •  9,016
    Tahir replied

    Hey Again,

    1: No it can either be on Top or Bottom . 

    2: Try using the Page Submenu VC Element : http://prntscr.com/hvxl74 . 

    Best


    ThemeNectar Support Team 

  • cyrczak replied

    Thanks! 

    More questions:

    1. how to change the filters font color to black? (now it is grey)

    2. how to change the link in h2 style to underline (not on hover, just the link)?

  •  9,016
    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) :

    .span_12.dark .portfolio-filters-inline[data-color-scheme*="-underline"].full-width-section a {
        color: #000 !important;
    }
    h2 a {
        text-decoration: underline !important;
    }

    Thanks


    ThemeNectar Support Team 

  • cyrczak replied

    Thanks!

    And i would like to change the portfolio hover style on mobile - i mean on mobile it looks as "on hover" so the thumbnails look darker - how to remove it?

  •  9,016
    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) :

    .portfolio-items[data-ps="8"] .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
        background-color: transparent !important;
    }

    Thanks


    ThemeNectar Support Team 

  • cyrczak replied

    Thanks!