Home Forums WoodMart support forum Header colors

Header colors

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #25074

    emikim
    Participant

    Hello
    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 you

    Attachments:
    You must be logged in to view attached files.
    #25086

    Artem Temos
    Keymaster

    Hi,

    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

    #25183

    emikim
    Participant

    hello
    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 .

    #25199

    Artem Temos
    Keymaster

    Hi,

    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

    #25230

    emikim
    Participant

    hello
    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

    #25235

    Artem Temos
    Keymaster

    So you want to make your background on the product page black with a white background?

    #25344

    emikim
    Participant

    no 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.
    #25369

    Artem Temos
    Keymaster

    Could you please set up a child theme and provide us your FTP access? We will do a quick fix for you.

    #25372

    emikim
    Participant

    the child theme is already set by you last time

    #25373

    Artem Temos
    Keymaster

    OK, please check now.

    #25386

    emikim
    Participant

    awesome it work thank you

    #25388

    emikim
    Participant

    can 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

    #25402

    emikim
    Participant

    its ok i found it its
    .single-product .main-header {
    background: #000000;
    }
    thank youu

    #25409

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘Header colors’ is closed to new replies.