- This topic has 3 replies, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Free and Premium WordPress Plugins & Themes Forums WordPress Themes Villagio Logo not linking to homepage on mobile site
Another one – when I access my site on my phone, the logo in the top left corner does not work/is not clickable. On desktop, works perfectly. A little bug somewhere?! Help!
Hi, Kerry!
Try adding the following code under Appearance ->Customize ->Additional CSS:
@media (max-width: 991px) {
.home .site-branding {
z-index: 9;
}}
This should make the logo clickable on mobile devices.
Regards,
Andre
Thanks Andre, that worked to make it clickable on the homepage but when I navigate to any other page on the site, it is still not clickable.
Hi, Kerry!
Sorry for confusion, the code should look as follows:
@media (max-width: 991px) {
.site-branding {
z-index: 9;
}}
This will make the logo clickable throughout the website.
Regards,
Andre
This website uses cookies
By clicking “Accept All”, you agree that we can store cookies on your device and disclose information in accordance with our Cookie Policy
Necessary Cookies
These cookies are essential for website functionality and cannot be disabled.
Advertising
These cookies, set by us and our advertising partners, aim to give you useful content and measure how well it works.
Analytics
These cookies help us improve performance by tracking user interactions on our website.