- This topic has 7 replies, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Hello, how are you?
I recently installed the Ashe theme and I am very satisfied with the result, however, I am having some problems with the speed of my site for mobiles (mostly because of Adsense…) and I am thinking of solutions to make it lighter.
One thing I would like to test is to disable the Page Header for mobiles, adding only a mini logo to the main menu.
Is it possible to do this through the additional CSS: disable the mini logo for desktop and disable the page header for mobiles?
Thank you!
Luciano Duarte
Hi Luciano,
At first, thank you for your response and for choosing our theme.
Please share your website URL and we will check for the possible solutions.
Kind Regards
lucianoduarte.com
Thank you!
Hi Luciano,
Please navigate to Dashboard > Appearance > Customize > Additional CSS and insert the CSS snippet below:
@media screen and (max-width: 980px) {
.entry-header {
display: none !important;
}
}
Kind Regards
Hi,
The code worked perfectly and performed exactly what I would like to test. However, unfortunately there was no change in the performance of my website on mobile devices.
Anyway, thank you very much for your help!
Luciano
Hi Luciano,
This CSS snippet will work only for the mobile devices, we checked your website on several mobile devices and the header disappears.
Please share the screenshots on your end if we missing some part of the issue.
Kind Regards
Hi,
The CSS snippet works perfectly. What I said is that I didn’t see any gains in the speed of my site by applying it.
I thought that removing the images from the header for mobile would make my site score more on Google Page Speed Insights and Google Search Console, however, in the first one my website doesn’t score more than 50/100 and in the second I still keep seeing error messages accusing the slow speed for mobile devices.
The code you gave me worked, however, it didn’t speed up my website in the way I believed it would.
Anyway, thank you very much for your help!
Luciano Duarte
Hi Luciano,
I will redirect this topic to the developers and they will check.
Kind Regards