Okay
  Public Ticket #353982
Logo/Title Animation
Closed

Comments

  • Mayra started the conversation

    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!

  •  8,425
    Tahir replied

    Hey!

    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,425
    Tahir replied

    Hey 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