- Posts: 26
 - Thank you received: 0
 
Site colour
- 
        shirran
Inactive member - 
            
				
                            Topic Author
                                 - Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                6 years 1 month ago                #47646
        by shirran
    
    
            
            
            
            
            
                                
    
                                                
    
        Site colour was created by shirran            
    
        Hi I would prefer to have a grey colour for my site other than the 5 fixed styles, would you be able to advise how I go about this please.
I can not see any options on the template options.
Regards
Trev
I can not see any options on the template options.
Regards
Trev
Please Log in to join the conversation.
- 
        milos
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 6899
 - Thank you received: 737
 
            
        
                6 years 1 month ago                #47647
        by milos
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by milos on topic Site colour            
    
        Hi Trev,
I think the easiest way to achieve this is to select in example style 2. Then open file /templates/sparky_framework/css/styles/style2.css in any plain text editor (i.e. notepad) and change all color values to the HEX values of your shades of gray. In example, change all instances of red #a51d27 to dark gray #666666
Thanks,
Milos
I think the easiest way to achieve this is to select in example style 2. Then open file /templates/sparky_framework/css/styles/style2.css in any plain text editor (i.e. notepad) and change all color values to the HEX values of your shades of gray. In example, change all instances of red #a51d27 to dark gray #666666
Thanks,
Milos
Please Log in to join the conversation.
- 
        shirran
Inactive member - 
            
				
                            Topic Author
                                 - Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 26
 - Thank you received: 0
 
            
        
                6 years 1 month ago                #47648
        by shirran
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by shirran on topic Site colour            
    
        Thank you for the prompt reply that works great, can I ask one more thing, how do I change the white to black on the main menu and wording on the contact us (advert5) mid page.
Regards trev
Regards trev
Please Log in to join the conversation.
- 
        milos
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 6899
 - Thank you received: 737
 
            
        
                6 years 1 month ago                #47649
        by milos
    
    
    
            
            
            
            
                                
    
                                                
    
        Replied by milos on topic Site colour            
    
        Hi Trev,
Go to Extensions > Templates > Hot HVAC > Menus and try to change the colors for the main menu there.
To change the text color in the advert5, please add this to your style2.css file:
and change the color #fff with a color of your preference.
Thanks,
Milos
Go to Extensions > Templates > Hot HVAC > Menus and try to change the colors for the main menu there.
To change the text color in the advert5, please add this to your style2.css file:
Code:
.parallaxrow {
    color: #fff;
}
and change the color #fff with a color of your preference.
Thanks,
Milos
        The following user(s) said Thank You: shirran     
            Please Log in to join the conversation.
        Time to create page: 0.360 seconds