Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1167024

    Hi Support,
    I am having a few issues. Social media icons in the header right side have disappeared. Links are still there.
    Also, when the view switches to a mobile responsive view I would like the logo area and area above this to be black. It is whit and grey now.
    Can you point me in the right direction on where to make these changes? See the current quick css below.

    Thanks,
    Keith

    #1167074

    MIne have disappeared too!

    #1167161
    #1167445

    Hi Rikard,
    Looks like that new file fixed it. I still need to change the colors of the top header and logo area in responsive view. It’s white now so the icons blend in. I can’t figure out where to adjust these.

    Thanks,
    Keith

    #1167604

    Hi Keith,

    Thanks for the update. Please try this to change the background of the header meta container on mobile:

    @media only screen and (max-width: 767px) {
    #header_meta {
      background: red !important;
    }
    }

    Best regards,
    Rikard

    #1168233

    Hi Rikard,
    That fixed the top area. The only thing left is the logo area on the home page. If you look in responsive view that area is very light grey. I would like to darken this. Cannot find a place to do it. for the home page. On all the other pages this area is black.
    Is this editable somewhere in the settings?

    Thanks,
    Keith

    #1168382

    Hi Keith,

    Please try this CSS as well:

    .home .av_header_glassy.av_header_transparency .header_bg {
        background-color: #000 !important;
        opacity: 1 !important;
    }

    Best regards,
    Rikard

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