Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1330377

    Hi
    I have a white logo on my site – which is fine on the desktop pages – however the logo is white on white on the mobile version
    are you able to give me some custom CSS code to either

    1. rate a custom colour background for the burger menu
    or
    2. use a different logo image for the burger menu

    keyandclean.com.au

    • This topic was modified 2 years, 12 months ago by smarta-brett.
    #1330378

    the site is at

    #1330408

    also the flyout on the burger menu is grey out – I need it to be white – I can’t find a setting for that either (I have fixed this part) – please suggest CSS as per previous thread

    • This reply was modified 2 years, 12 months ago by smarta-brett.
    #1330435

    Hi,

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

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background-color: #ddd;
    }
    }

    Best regards,
    Rikard

    #1330523

    thank you Ricard – works perfectly !

    #1330542

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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