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
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
Actually I still need help, for some reason the opacity is 0 and I can’t change it in style.css or custom.css
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
Jordan,
I already had that code – it isn’t working.
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