- Posts: 6899
 - Thank you received: 737
 
Homepage and other
- 
        milos
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        
            
        
                1 year 11 months ago                #50918
        by milos
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by milos on topic Homepage and other            
    
        It changed the right column. It's in the correct place now.
If you wanted to add background color to the header, in the custom.css file change this:
with this:
You can change color #000000 with any color you like.
Regards,
Milos
If you wanted to add background color to the header, in the custom.css file change this:
Code:
.sparky_home .logorow:not(.topmenushow) {
    background: transparent;
    position: absolute;
    width: 100%;
}
with this:
Code:
.sparky_home .logorow:not(.topmenushow) {
    background: #000000;
    position: absolute;
    width: 100%;
}
You can change color #000000 with any color you like.
Regards,
Milos
Please Log in to join the conversation.
        Time to create page: 0.107 seconds