Change header color in Dark color scheme

This topic has 8 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp

  • Avatar: cchobby
    cchobby
    Participant
    April 11, 2014 at 09:03

    Hello

    Is it possible to change the header color in Dark color scheme?
    Too white for example. only the header from the menu and up.

    Header No. 4

    See: http://applemarked.dk/

    7 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 14, 2014 at 13:40

    Hello,
    You can do this only by editing css styles. Use custom.css file to override default theme styles. Create custom.css in wp-content/themes/idstore/ , enable in Theme Options > Custom CSS > On.
    And for example add following code in custom.css file:

    .container, .header-type-variant4 .header-area, .header-type-variant4.header-bg, .wide .wrapper, .boxed .wrapper {background: #ffffff;}
    .header-type-variant4 #main-nav {background: #fafafa;border-top: 1px solid #111;}

    To find out which part of CSS you need to extend or override use Firebug, add-on for Firefox: getfirebug.com or inspect elements in Chrome or other similar tool.

    Regards

    Avatar: cchobby
    cchobby
    Participant
    April 15, 2014 at 07:59

    In the CSS it just look like it is the white theme I am editing in. how too vælge the dark theme too override???

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 15, 2014 at 14:56

    Hello,
    Sometimes you need to add !important for some styles, if it does not work without it.
    But keep in mind file should be named as custom.css to override default styles (not default.custom.css)!

    Regards

    Avatar: cchobby
    cchobby
    Participant
    April 16, 2014 at 06:24

    nothing happens when I put the code into custom, but I can see att I can change other things in it. således works.

    Avatar: Eva
    Eva Kemp
    Support staff
    April 16, 2014 at 10:34

    Hello,

    Try to add the following code to custom.css:
    .header-type-variant4 .header-area { background: #FFFFFF !important; }
    Also make sure you turned on custom.css in admin panel > Theme Options > Custom CSS.
    If the issue persists provide us with login details to admin panel in Private Content.

    Regards

    Avatar: cchobby
    cchobby
    Participant
    April 16, 2014 at 11:15

    Super thanks.. it works now…

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 16, 2014 at 16:40

    You are welcome.
    You can remove the image adding the following code to custom.css:
    .grid_content.no-sidebar .cat-banner { display: none; }
    Let us know if this doesn’t help and we’ll check ourselves.

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Change header color in Dark color scheme’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.