Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #980611

    Hallo

    wenn das Browserfenster nicht so breit ist. Erscheint das Logo mit einem Transparenten Header nicht.

    View post on imgur.com

    Ansonsten schon

    View post on imgur.com

    #980710

    Hey Reinhard,

    Add this to quick css:

    @media only screen and (max-width: 989px) and (min-width: 768px){
    #top .av_header_transparency.av_alternate_logo_active .logo a > img{
    opacity:1!important;
    }}

    Best regards,
    Jordan Shannon

    #981005

    Danke, jetzt habe ich noch das Problem mit dem Burger/Mobile Menü.

    #981510

    Hi faserschmeichler,

    Can you please disable css merging?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #981545

    Hallo, das Problem ist ein einer bestimmten Breite ist das Burger Menu in weiß und nicht in gelb.

    View post on imgur.com

    #982081

    Hi faserschmeichler,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
      #top .header_color.av_header_transparency .avia-menu-fx, 
      .av_header_transparency div .av-hamburger-inner, 
      .av_header_transparency div .av-hamburger-inner::before,
       .av_header_transparency div .av-hamburger-inner::after {
          background: #eac700;
      }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #982090

    Hallo Victoria, funktioniert. Danke!

    #982207

    Hi,

    If you need additional help, please let us know herein the for forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo’ is closed to new replies.