Homepage › Forum › Product Support › Motor › Help configuring
- This topic has 7 replies, 2 voices, and was last updated 7 years ago by
Tracy Bui.
-
AuthorPosts
-
7 years ago #5332
Hello,
before anything: awesome theme! I have a couple of issues:
- I changed the header color and it works fine on desktop but not on mobile. How can i change it as i can't see any option to do that?
- The contact form as imported from the demo seems like it is not styled with a lot of blank spaces.
- The 404 page shows both footer and header but all messy.
Thanks in advance
Best regards
7 years ago #5343Hi,
Thanks for contacting us.
Please give us your website's URL and admin account privately via checking Set as private reply checkbox.
We will check the issues, then feedback to you as soon as possible.
Best Regards,
YoloTheme
7 years ago #5365This reply has been marked as private.7 years ago #5367Hi again, Cristiano
Thanks for getting back to us.
1> For header color: We have checked your website on mobile device > header color works fine.
You can see this image: http://imgur.com/WewAFK4.png
it looks like the header color on PC device. You can check again, then give us images which describe your questions. We will help you to check.
2> For contact page; We have configured contact form again for you > it works fine: http://htehrb.myddns.me/contattaci/
In addition, if you want to Google Map which shows on your contact page, you need to find Google Map API Key then add it toTheme Options > General > Google API Key.
3> We added this Custom CSS segment to remove header and footer for 404 page for you > your page works fine. You can see: http://htehrb.myddns.me/1/
Please check, then feedback to us.
Best Regards,
YoloTheme
7 years ago #5371Amazing! Thank you. The only thing is that the header on mobile i was talking is the white one, the logo container. That is the one i would like to be black and also the one you showed me isn't black as it supposed to.
Another thing, i was trying to configure the homepage header and it seems it doesn't show the social profiles icons and in general i am not able to add anything else to it. Could you look at this as well?
Thank you for your help
Regards
7 years ago #5373Hi again,
Thanks for getting back to us.
1> For header color on mobile device: We added this Custom CSS segment on Theme Options > Custom CSS & Script > Custom CSS:
@media(max-width: 768px){
header.yolo-mobile-header{background:#000;}
}
> it works fine.
2> For social profile on front-page: Firstly, you need to go to Theme Options > Social Profiles > Add social profiles link.
You can check, then let us know if you still need to help.
Best Regards,
YoloTheme
7 years ago #5374Thank you very much! Social profiles are now working on desktop, but there is something i'm still not sure about. The subheader, the one you indicated in the first reply is still grey and not black. Also, the mobile menu still shows the search box and not the social profiles. It seems like whenever i make a change it is not applied everywhere. Of course, if i change header type it will turn back to white and i would like to be able to do that in the future.
Thank you very much for your help
Best regards,
Cristiano
7 years ago #5398Hi again, Cristiano
Thanks for getting back to us.
1> In mobile device: We don't support to display social profiles. You need to edit the codes if you want to display them. Please try to find a freelancer developer to help you.
2> For search: If you want to hide this search on mobile device, you can use this Custom CSS segment on Theme Options > Custom CSS & Script > Custom CSS:
@media(max-width:768px){
.yolo-mobile-header-nav.menu-drop-dropdown form.yolo-search-form-mobile-menu{display:none!important;}
}
3> You can use this Custom CSS to make your color of menu to black:
@media(max-width:768px){
header.header-mobile-2 .yolo-mobile-header-wrapper{background-color:black;}
}
Please check again, then let us know if you still have questions.
Best Regards,
YoloTheme
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.