Home / Forums / WoodMart support forum / Header colors
Home › Forums › WoodMart support forum › Header colors
Header colors
- This topic has 13 replies, 2 voices, and was last updated 7 years, 11 months ago by  Artem Temos. Artem Temos.
- 
		AuthorPosts
- 
		
			
				November 23, 2017 at 10:26 am #25074
 emikimParticipantHello 
 I have changed the colors in theme settings for Header text color to light and header background to black but in home page i changed the settings to header above content and text color to light but i still get the black background its like the settings does not override the global settings
 Thank youAttachments:You must be logged in to view attached files.November 23, 2017 at 12:11 pm #25086 
 Artem TemosKeymasterHi, When you set light text color scheme for the home page it doesn’t override the background. Could you please send us a link where we can see this on your website? Regards November 23, 2017 at 7:22 pm #25183
 emikimParticipanthello 
 i think i didnt explaine it well , i want to have black menu with light text in all pages by default , but some pages i want to be able to change it to transparent by enabling Header above the content option int the page , here in the website i changed the color to dark in theme options and in home page i chosed the Header above the content option but its still black .November 24, 2017 at 7:18 am #25199 
 Artem TemosKeymasterHi, We understand your request. But header above the content doesn’t change the background. Send us a link where do you want to do this and we will prepare a code snippet for you. Regards November 24, 2017 at 9:59 am #25230
 emikimParticipanthello 
 my only issue is that i don’t like the white background color header in the product page i want to have a black header and withe text and logo , and there is no special settings for product page ,for other pages its black by default and i have the ability to make it header above the content and i like it .thnks November 24, 2017 at 10:12 am #25235 
 Artem TemosKeymasterSo you want to make your background on the product page black with a white background? November 24, 2017 at 11:32 pm #25344
 emikimParticipantno i want to have a black background for menu and white text and logo plz see attachement Attachments:You must be logged in to view attached files.November 25, 2017 at 9:14 am #25369 
 Artem TemosKeymasterCould you please set up a child theme and provide us your FTP access? We will do a quick fix for you. November 25, 2017 at 9:48 am #25372
 emikimParticipantthe child theme is already set by you last time November 25, 2017 at 10:00 am #25373 
 Artem TemosKeymasterOK, please check now. November 25, 2017 at 10:38 am #25386
 emikimParticipantawesome it work thank you November 25, 2017 at 10:58 am #25388
 emikimParticipantcan you tell me what else did you modify plus adding this code ? 
 add_filter( ‘woodmart_get_specific_options’, function( $rules ) {
 $rules[‘header_color_scheme’] = array(
 ‘will-be’ => ‘light’,
 ‘if’ => ‘header-overlap’,
 ‘in_array’ => array(true)
 );
 return $rules;
 } );thnks November 25, 2017 at 11:18 am #25402
 emikimParticipantits ok i found it its 
 .single-product .main-header {
 background: #000000;
 }
 thank youuNovember 25, 2017 at 11:46 am #25409 
 Artem TemosKeymasterGreat, you are welcome! 
- 
		AuthorPosts
Tagged: colors, header, override settings
The topic ‘Header colors’ is closed to new replies.
- You must be logged in to create new topics. Login / Register