- This topic has 5 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Mobile Website
Hello dear team
I want to change two things on my website.
First: The menu item on the phone is too dark, where can I change the color?
Second: On the mobile website, the logo is too big, where can I change the logo to make it smaller only on the mobile website?
Url: http://hinghaengtwerbetechnik.at.w01806c3.kasserver.com/
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.logo { max-width:60%;}
#simple-menu .fa-bars { color: #fff !important;}
}
Regards,
Chris
Hello
The menu item is now white.
But the logo is distorted now why?
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.logo img { height:auto;}
}
Regards,
Chris
Hello
So now the logo would fit but because the mobile is still big you can not click the menu anymore but can only click on the logo. is it possible to downsize logo in height as well as in width?
best regards
Silke
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.logo { max-width:50%;}
.logo img { height:auto;}
#simple-menu .fa-bars { color: #fff !important;}
}
Regards,
Chris
Why Your Hosting Solution Shapes First Impressions Before a customer contacts your team or visits your store to purchase any product or service, they first […]
Are you looking for the best WooCommerce based plugins for your WooCommerce Website? Here’s a list of the best WooCommerce based plugins. These are suitable […]
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]