This topic has 5 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson
Hi guys. First, can I turn the homepage header logo off for mobile.
Second, some titles aren’t centre aligning or fitting the screen right. Please see titles on Homepage “Gardens Exteriors” “Airless Spraying” “Industrial Commercial”
Thirdly, I can’t get the the elements to align propely on mobile. They are a bit wonky.
Thanks for your help!
In relation to third above, I am referring to the first Parallax section. On mobile, the paint brand logos (Dulux, Johnsons etc) do not align up with the logo in the centre.
Also, how do I make the menu font against this white header black? At top of this page http://pwcdecorators.co.uk/house-home-decorating
And, how can I turn the scrolling header off completely (the smaller one that appears when you scroll down a page).
And on mobile, how do I make the menu font white. Thanks.
Hello,
1. You can decrease font size for titles on mobile, use this code in Theme Options > Custom CSS > Custom CSS for mobile:
h1 {
font-size: 25px !important;
}
As I see you’ve already removed logo on mobile with this css code:
.header-logo {
display: none !important;
}
2. To change menu color use this css code:
.page-id-16826 .menu > li > a {
color: black !important;
}
3. To remove scrolling header go to Theme Options > General > Fixed navigation > Off.
4. As I see in mobile your menu items are white http://storage5.static.itmages.com/i/16/0609/h_1465488132_4227286_28cd8ea1e6.jpeg .
Best regards,
Jack Richardson.
Hi Jack
Thanks for the help.
This code below for the menu font colour. Can it be set for everypage accept the Homepage?
.page-id-16826 .menu > li > a {
color: black !important;
}
Also, could you look at the first Parallax section on the homepage (not the rev slider), I’m really struggling to get these elements lined up. http://postimg.org/image/ayj6t17d7/
Thanks again!
Hello,
Then use this code:
.menu > li > a {
color: black !important;
}
.home .menu > li > a {
color: white;
}
and add this one to Custom CSS for mobile:
.vc_custom_1465473879396 {
margin-left: 120px;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up