This topic is: not resolved
- This topic has 17 replies, 3 voices, and was last updated 9 years, 1 month ago by .
You must be logged in and have valid license to reply to this topic.
Homepage › Forum › Product Support › Sofani › restrict the product content width in product page
Hi again,
1> You can use this Custom CSS segment:
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover{
color: #eceaea !important;
}
.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon:hover{
color: #eceaea !important;
}
2> You can use this Custom CSS segment:
media(max-width: 768px){
header.header-mobile-2 .yolo-header-container-wrapper{ background-color: #ed2020;}
}
Please check, then feedback to us.
Best Regards,
YoloTheme
media(max-width: 768px){
header.header-mobile-2 .yolo-header-container-wrapper{ background-color: #ed2020;}
}
this script doesn't work, it shows a X cross next to the script editor
You must be logged in and have valid license to reply to this topic.
