Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22206

    Hi,

    Great theme, again.

    One question. When I enable ‘header with social icons and bottom menu’ the menu bar background is white-transparent but to the left of the menu and to the right (next to the ‘search’ icon) it is grey-transparent. I’d like to have that white too because now it doesn’t look very good. In what css file can I change this?

    I had a screenshot to go with it but there seems no way to insert one here?

    #114872

    No one?

    #114873

    On my website – http://blenckerspersonaltraining.nl – you can now see what I mean: the header itself and the left and right sides of the menu bar are now grey. When choosing the fixed header it all is white which I prefer.

    Also when I choose ‘header with social icons and additional navigation’ the menu bar gets displayed over/through the logo which is not very pleasant for the eyes.

    Some help please on how to fix this?

    #114874

    Hi,

    if you just want to change the color of the menu bar use following css code (insert it into the quick css field):

    #header_main_alternate {
    background-color: #fff !important;
    }

    If you want to change the color of the entire header use:

    #header_main, #header_main_alternate {
    background-color: #fff !important;
    }

    #114875

    Thanks Dude, exactly what I was looking for!

    #114876

    Glad Dude could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header menu thingy’ is closed to new replies.