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?
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;
}
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?
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!
Hey!
ThemeNectar Support Team
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!
Sure, Add this into the Custom CSS box located in your Salient Options panel :
ThemeNectar Support Team
Perfect, thanks a lot!