- This topic has 5 replies, 2 voices, and was last updated 7 years 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
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]