Comments Mayra started the conversationJanuary 18, 2015 at 5:23amHi! I've been trying to disable the animation/transition effect in the logo/title of my website: http://mayramagalhaes.com/portfolio/minimundo/I want to make it constantly white in the portfolio items page.How can I do this? I really appreciate your help on this.Thanks in advance! 8,847Tahir repliedJanuary 19, 2015 at 4:47pmHey!Add this into the Custom CSS box located in your Salient Options panel :#header-outer[data-transparent-header="true"] #logo .starting-logo { opacity: 1 !important; } #header-outer[data-transparent-header="true"] #logo .starting-logo.dark-version { opacity: 0 !important; } Thanks ThemeNectar Support Team Mayra replied privately 8,847Tahir repliedJanuary 20, 2015 at 2:18pmHey Again!Try this : header#top nav ul li a { color: #ffffff!important; opacity: 0.75!important; } Also if you dont want the dark logo simply remove it from Salient Theme Options -> Header section. Thanks ThemeNectar Support Team Mayra replied privately Sign in to reply ...
Hi! I've been trying to disable the animation/transition effect in the logo/title of my website: http://mayramagalhaes.com/portfolio/minimundo/
I want to make it constantly white in the portfolio items page.
How can I do this? I really appreciate your help on this.
Thanks in advance!
Hey!
ThemeNectar Support Team
Hey Again!
Try this :
Also if you dont want the dark logo simply remove it from Salient Theme Options -> Header section.
Thanks
ThemeNectar Support Team