Okay
  Public Ticket #1493969
Header customization
Closed

Comments

  •  4
    jaitkenphoto started the conversation

    Can I please get some custom CSS for the transparent header background color (it's at 1.5 transparency currently) to be moved up about 10px? It's a little too close to the navigation menu. Thanks!

  •  1,593
    Barry replied

    Hi there,

    The transparent background color will be applied to the entire header element (topbar & navigation menu). I can provide you some css that will remove the padding bottom of the header so the transparent background color will stop slightly higher.

    body.header-transparent .header-transparent { padding-bottom: 0; }
    

    Also a option is to move the navigation a little bit more to the bottom:

    .header-transparent .navigation-wrapper { position: relative; top: 20px; }
    

    Hope that could help.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  4
    jaitkenphoto replied

    These both worked perfectly - thank you!