Okay
  Public Ticket #1892079
Style
Closed

Comments

  • markusrehkopp started the conversation

    I am struggling with changing the style of the header / menu bar. Where am I supposed to change that?

    Thanks and kind regards

    Markus

  • markusrehkopp replied

    My customization option are very limited. Is there a problem?

    Markus

  •  850
    Jelly replied

    Hello,

    Could you please go to http://jellydemos.com/wordpress/rebirth/cover/ and tell me what menu would you like to have?

    Best Regards,
    Jelly Team

  • markusrehkopp replied

    Hi Jelly-Team,

    I would need any version that has a transarent or white navigation bar (the one with the logo and the navigation) and that stays white or 0.5 white when scrolling up. Isn't there a method of customizing this myself?

    Best

    Markus

  •  850
    Jelly replied

    Rebirth allows you to have two styles menu. You can change it in wp-admin > Rebirth Options > Show hamburger menu in all devices.

    Rebirth doesn't have separate options to change background or font color options. Could you please send me a link of where did you see a white background menu in one of our demos?

    Best Regards,
    Jelly Team

  • markusrehkopp replied

    Hi,

    I actually assumes flexibility in styling for this price. Could I get a refund since the theme does not serve my purposes.

    Thanks and kind regards

    Markus

  •  850
    Jelly replied

    You can change menu background color by adding this to Appearance > Customize > Additional CSS:

    header.overflow.invert {
      background-color: #ffffff !important;
    }

    For refunds please contact Envato.

    Best Regards,
    Jelly Team

  • markusrehkopp replied

    Ok Thanks.

    Two more questions: How can I change the colour of the animated underline in the menu from white to black?

    Can I influence the timing of the animation of the text on the header slider?

    Thanks and kind regards

    Markus

  •  850
    Jelly replied

    1. Please use this code:

    .navbar-default .navbar-nav.invert > li.active > a:after, .navbar-default .navbar-nav.invert > li.active > a:hover:after, .navbar-default .navbar-nav.invert > li.active > a:focus:after, .navbar-default .navbar-nav.invert > li > a:hover:after, .navbar-default .navbar-nav.invert > li > a:focus:after {background-color: #000000;}

    2. Please go to /themes/rebirth-jellythemes/scripts/main.js and try to change numbers on lines 25 and 29. After always clean your browser's cache otherwise you won't be able to see any change.

    Best Regards,
    Jelly Team

  • markusrehkopp replied

    Hi Jelly Team,

    I have a couple of other issues that I cannot control:

    1. It seems that the underline in the top menu is not working as a hover but is permanently there. I would like to have an underline animation when hover. (It worked like this when  used the template last time see: http://grandespagos.sommelier-consult.de/)?

    2. Is there a way to change the backgrund color of the menu on mobile devices (when clicking on the hamburger menu, the box that appears is black and I would like to have it in a differenz color)?

    3. Is there a way to get an animated scroll on my one pager when I click on the menu?

    Apart from all that it is a great theme and I am and would be very grateful for any help.

    Thanks and kind regards

    Markus

  • markusrehkopp replied

    Sorry for the hassle, but no.1 I have just figured out ...

    Best

    Markus

  •  850
    Jelly replied

    1. Glad you've resolved this yourself.

    2. Please use this code:

    @media (max-width: 991px) {
      .invert .navbar-default .navbar-collapse {
        background-color: #000000 !important;
      }
    }

    3. Unfortunately, Rebirth doesn't support this.

    Best Regards,
    Jelly Team