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

    Hello, when loading the page on a mobile devise the log doesn’t show up. I’m using/modeling after the Enfold App demo.

    Never mind – found issue in CSS

    • This topic was modified 6 years ago by rcgroup. Reason: Resolved
    #1032534

    Hey rcgroup,

    Great, glad you found the problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1032659

    Actually I still need help, for some reason the opacity is 0 and I can’t change it in style.css or custom.css

    #1032708

    Hi,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1032716

    Jordan,

    I already had that code – it isn’t working.

    #1032785

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

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