• Resolved robert_lasson

    (@robert_lasson)


    I would like to change the background color of the header image area from #c6b274 to #fff. I have tried to do this using custom css without success. Help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your website?

    I’m developing the site at https://robertlasson.com/fasttrack. The header image is 2000px wide so you only see the beige background on a 2560px screen.

    Theme Author Styled Themes

    (@gejay)

    Hi robert_lasson,

    We found the bug in code, we will fix in our next update, so for now please use the following instruction to fix the issue:

    1=>Goto themes->your_theme name (default:flat_responsive) ->header.php
    2=>find the line no. 44. find the bellow code of in line:
    background-color: <?php echo esc_html(get_theme_mod( 'banner_bg_colour', '#c6b274' ));

    In this section, just replace ‘banner_bg_colour’ into ‘banner_bg’

    Thanks

    That worked. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Change header image background color’ is closed to new replies.