This topic has 69 replies, 5 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
Ive enabled the responsive design now.
problems with not displaying 1200px wide are solved for now, but i need to change the colour of the menü fonts to be visible as mentioned in last post , also i would have the color if i navigate over the main Menu back in red, not in yellow.
And a next thing is, that my header is not responsive. Can i set up a mobile version header only?
Hello,
To change hover color for menu items add this code in child style.css:
.menu > li > a:hover {
color: red !important;
}
Regarding the header try to use this code in child style.css:
@media (max-width: 480px) {.header {
background-size: 100% 80%;
}}
Best regards,
Jack Richardson.
Hey,
The Codes dont Work if i copy them in Child style.css
What about the unvisble color of the font “Article Name , return to previous Page etc.
I want a separate header Logo for my mobile Version. Is this possible?
Hello,
You can use different header background image using this ccs code:
@media (max-width: 480px) {.header {
background: transparent url("http://link_to_your_image") no-repeat scroll center top;
}}
Best regards,
Jack Richardson.
I need the color in Red to be visible.
I want my normal header aß usual for a Desktop side. And an additional for mobile side ( 2 Headers . 1 mobile 1 Desktop)
Hello,
As I see text in red is visible:
http://storage2.static.itmages.com/i/15/0922/h_1442933147_9689463_0e0f6fe879.png
Do you want to change breadcrumbs title too?
If so use this code in Theme Options > Custom CSS > Custom CSS for mobile:
.page-heading .title {
color: red !important.
}
Sorry, but there is no options to make 2 different headers for different screen resolutions.
Best regards,
Jack Richardson.
i mean this :
it is still black, on black background – i need it in Red!
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.page-heading .title, .page-heading a, .page-heading .woocommerce-breadcrumb {
color: red !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up