Forum Replies Created
-
in reply to: Logo light missingThis reply has been marked as private.in reply to: Sticky Nav on mobile devices
Good!! It´s a nice solution.
Thanks,
in reply to: Logo light missingThis reply has been marked as private.in reply to: Logo light missingIt doesn´t work Mihaila !
in reply to: Sticky Nav on mobile devicesWhat !!! I can´t believe it ! for mobile, what´s the solution to going up for long webpages without sticky nav menu?
in reply to: Logo light missingNow logo is working on mobile and tablets but headerk keeps solid without transparency. I attach the code I have on custom CSS:
#header{margin: 0 auto;}
@media(max-width: 480px){
#logo .dark {
display: none !important;
visibility: hidden !important;
}
#logo .light {
display: block !important;
visibility: visible !important;
}
}
@media(max-width: 979px){
#logo .dark {
display: none !important;
visibility: hidden !important;
}
#logo .light {
display: block !important;
visibility: visible !important;
}
}
@media(max-width: 1024px){
#logo .dark {
display: none !important;
visibility: hidden !important;
}
#logo .light {
display: block !important;
visibility: visible !important;
}
}
@media(max-width: 1024px){
header#header {background-color: rgba(230, 227, 221, 0.05);}
}
in reply to: Logo light missingHi Mihaila, regarding this issue I suposed was solved because I only checked with phone devices, but I found on tablets and on horizontal mode smartphones the logo is not showed.
In the other hand I would like menu transparent the same I have on desktop mode.
Thanks,
in reply to: Logo light missingThanks Mihaila. Good job.
in reply to: Logo light missingThis reply has been marked as private.in reply to: Logo light missingSorry, but I have now same way you wrote me but it doesn´t work. Light logo doesn´t appear and menu with background white.
in reply to: Logo light missingNo changes, I added the code but without result. This is my custom CSS box now:
/*#header{
margin: 0 auto;
@media(max-width: 480px){
#logo img.dark {
display: none;
visibility: hidden;
}
#logo img.light {
display: block;
visibility: visible;
}}
}*/