Okay
  Public Ticket #2096438
header color change
Closed

Comments

  •  1
    Souvik started the conversation

    how to i changed headter colour. i use (karo theme)- (demo-4).

    look this pic:- hedercolour.png

  •  2,570
    Kevin replied

    Hi Souvik!

    If you want to change the header's background color, add the following css attribute to the Appearance-> Customize-> Additional Css section

    .header-content {
        background-color: # fff000;
    }
    where # fff000 is color code and can be changed

    thank you

  •  1
    Souvik replied

    When i scroll the header colour is same that its default. 

  •  2,570
    Kevin replied

    Hi Souvik  !

    Did you proceed to change the color with the css attribute I instructed before? Change it to get a change on the site

    thank you

  •  1
    Souvik replied

    Yes i already do this! But the colour i selected is only worked all pages, but they didn't work in my home page.

    I use karo theme, demo-4.

    Please solve my problem.

  •  2,570
    Kevin replied

    Hi Souvik !

    Please go to Appearance-> Editor-> inc / theme_control.php
    search "ftc_secondary_color" and "ftc_primary_color"
    and delete this code as suggested below
    Your problem will be solved
    https://prnt.sc/opblw3

    thank you

  •  1
    Souvik replied

    Sorry for miss contant. My problem is when i scroll my header colour is same as default. I use your css to change my site's header colour and they changed, but when i scroll the colour is same as default.

  •  2,570
    Kevin replied

    Hi Souvik !

    To change the background color of the header when scrolling down, add the following css attribute to the style.css file (Appearance-> Editor-> style.css) or Appearance-> Editor-> Customize-> Additional Css
    .header-ftc.header-sticky-mobile .header-content {
        background-color: #fff000 !important;
    }

    in which #fff000 is the color code you can change

    thank you