Home › Forums › All Other Themes › Mobile Website
- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
April 18, 2018 at 9:56 am #99457
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/
April 18, 2018 at 10:07 am #99463Hi,
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,
ChrisApril 18, 2018 at 10:20 am #99471Hello
The menu item is now white.
But the logo is distorted now why?April 18, 2018 at 10:24 am #99475Hi,
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,
ChrisApril 18, 2018 at 10:45 am #99482Hello
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
SilkeApril 18, 2018 at 10:49 am #99483Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.