Hallo
wenn das Browserfenster nicht so breit ist. Erscheint das Logo mit einem Transparenten Header nicht.
Ansonsten schon
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
Danke, jetzt habe ich noch das Problem mit dem Burger/Mobile Menü.
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
Hallo, das Problem ist ein einer bestimmten Breite ist das Burger Menu in weiß und nicht in gelb.
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
Hallo Victoria, funktioniert. Danke!
Hi,
If you need additional help, please let us know herein the for forums.
Best regards,
Jordan Shannon