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

    Hi,

    I have used the below code to display an svg format logo; it works fine except on mobile screens, where the standard Enfold logo is also displayed.
    What could I do?

    .logo img {
    display: none;
    }

    .logo {
    background: url(‘LOGO LINK’) no-repeat;
    width: 300px;
    }

    #header.av_header_transparency .logo {
    background: url(‘LOGO LINK’) no-repeat;
    width: 300px;
    }

    #1078112

    Hey andras,

    Please try the following in Quick CSS under Enfold->General Styling:

    .logo img {
      display:none;
    }

    Best regards,
    Rikard

    #1078166

    Hi Rikard,

    Thanks – as you can see above, it was already there. However, I have now added an !important; tag and it is fine.

    Nevertheless, there is now no logo displayed when the burger menu appears.

    Could you help me with how to address the svg logo size only when the mobile menu appears please?

    Thanks,
    Andras

    #1078695

    Hi Andras,

    The logo is there but it’s white, you could select a different logo in your code and place it inside a media query for instance which targets mobile sizes?

    Best regards,
    Rikard

    #1078866

    Hi Rikard,

    Thanks for your answer – unfortunately there’s still no success.

    Would you be able to look into it? Please find temp admin login details below.

    #1079403

    Hi,

    CSS applying to your site:

    #header.av_header_transparency .logo {
        background: url(//angolnyar.hu/media/ANY_white.svg) no-repeat;
        width: 300px;
    }

    Change that to a different logo which is not white and you will see it. Please note that this is not a theme problem, if you want to customise it then it’s up to you.

    Best regards,
    Rikard

    #1079424

    Thank you, Rikard.

    From your comments I finally understand that the issue was that the default header in mobile view inherits the transparency header options.

    Indeed, this is not a fault with the theme, but it is also not made clear – it would have been helpful to communicate this clearly.

    Thanks,
    Andras

    #1079641

    Hi Andras,

    Glad you got it all figured out.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.