Okay
  Public Ticket #305825
portfolio filter bar: color link problem
Closed

Comments

  • Jules started the conversation

    Hello!

    I use filters for my portfolio, but as you can see, it automatically uses the accent color, which is a black (#333333) and as my background filter is also in the same black, we can't see when a link is visited. I'm sure it's just a custom-css to change, but I can't find it how.

    Also, do you have a suggestion to break the gap between the nectar image at the top and my portfolio? I cheated by using a background color so that we don't see that there's a gap between these two rows but, is there another way? 

    Thanks a lot!

  •  8,840
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .standard_section {
        margin-bottom: 0px !important;
    }
    
    
    body #portfolio-filters-inline .container ul li a.active {
        color: #F57373 !important;
    }
    
    
    body #portfolio-filters-inline .container ul li a {
        color: #73CF35 !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Jules replied

    Thanks! It works perfectly!

    Can I also ask you one more thing about the same problem?

    In a detail project, when the arrows or the main portfolio button is hover by the mouse, it becomes black again on the black background... can we change it too?

    Thanks a lot!

  •  8,840
    Tahir replied

    Sure, Add this into the Custom CSS box located in your Salient Options panel :

    html body #portfolio-nav a:hover i {
        color: #000 !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Jules replied

    Perfect, thanks a lot!