0
    
    
        
                    sahanaacharya created
                    
                    
                    
                
                We have replaced all the logos in other themes like dark and light, But in semi dark it still shows the old logo on the sidebar and also does not show any logo when the sidebar is expanded, and when the sidebar is collapsed it shows the leptonx logo. How do we change this for the semi dark theme? Give me some examples for it.
1 Answer(s)
- 
    0Hi, to change the logo for semi-dark (dim) theme, you can use the --lpx-theme-dim-bgvariable in the CSS and add your logo URL::root { --lpx-theme-dim-bg: url('<URL>'); }Also, you can use --lpx-logoand--lpx-logo-iconfor the small logo, which is only shown when the menu collapsed. For example::root .lpx-theme-dim { --lpx-logo: url('/assets/images/logo/logo-light.svg'); --lpx-logo-icon: url('/assets/images/logo/icon.svg'); }
 
                                