header by product
1.- Hi, i need diferent header by product page in woocommerce.
2.- this is my solution
.postid-3375 #Header_wrapper {
background-repeat: no-repeat;
background-position: center top;
background-image: url("../../ppal/cenefas/calaverabicolor.png");
}
I change #header_wraper depending of postid and insert diferent background-image , #header_wraper its a <div>,
Now the problem is the responsive option not work in all devices.
Any idea.
thanks
2.- this is my solution
.postid-3375 #Header_wrapper {
background-repeat: no-repeat;
background-position: center top;
background-image: url("../../ppal/cenefas/calaverabicolor.png");
}
I change #header_wraper depending of postid and insert diferent background-image , #header_wraper its a <div>,
Now the problem is the responsive option not work in all devices.
Any idea.
thanks
Comments
please send us url to page where you got a problem so we can have a look on it.
Thanks!
ATTACH IMAGE
Maybe with
@media ....
@media screen and (min-width: 380px) {
.postid-6225 #Header_wrapper {
background-repeat: no-repeat;
background-position: center top;
background-image: url("../../ppal/cenefas/prueba_1.jpg");
}
}
@media only screen and (max-width: 767px) {
.postid-6225 #Header_wrapper {
background-color:red;
}
}
ANY IDEA....
1.- I add the css recomendation in admin option " custom css y js "
2.- this is the code:
@media only screen and (max-width: 767px) {
.postid-6225 #Header_wrapper {
background-image: url('../../ppal/cenefas/calaveranaranja.png') !important;
background-position: center top !important;
background-repeat: no-repeat !important;
}
}
3.- Not work, this is the url:
thanks
Thanks
fabulous technical support