Archived topic
Mobile logo not showing
7 replies · Started by Belinda White on April 12, 2023
GeneratePress 3.3.0
GP Premium 2.3.1
WP 6.2
PHP 8.0
The mobile logo isn't showing.
SVG uploaded. Logo works on all other breakpoints
Hi there,
Can you activate the parent theme so I can take a cleaner look without the custom CSS from your child theme?
Let me know :)
The main GeneratePress theme is now activated.
Hi Belinda,
Can you try adding this through Appearance > Customize > Additional CSS:
nav#mobile-header img.is-logo-image {
height: 70px;
}
That worked perfectly, thank you.
Do you have the CSS to change the hamburger menu colour and line weight?
Hi there,
you can change the color of the hamburger icons with this CSS:
#mobile-header .menu-toggle {
color: #f00;
}
The line weight thats not possible on the SVG. You would have to load your own SVG icons. Let us know if i understood correctly, and if you want to do that
That is perfect. Thank you.
You're welcome