Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>Site url:</p>
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>https://robsondentistry.com/</p>
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>The mobile site just shows a white box at the top with no navigation, menu burger icon or anything.</p>
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>Tried numerous codes and color changes noted in in your support forum, but nothing worked.</p>
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>I emailed you the log in info for the site.</p>
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>Thanks,</p>
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>Russ</p>
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>[email protected]</p>
<p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>727.447.3396</p>
Hello,
I can see the mobile menu. But since the background is white and so is the logo, it makes it invisible. To have dark logo for mobile , i added this code into your custom css box:
@media (max-width:480px){
#logo img.dark {
display: none !important;
visibility: hidden !important;
}
#logo img.light {
display: block !important;
visibility: visible !important;
}
#logo img {
height: 27px !important;
top: 60px !important;
}}
Best regards!
You must be logged in to reply to this topic.