This topic has 4 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
I need to resize the logo and change the color of the button on the phone. Thanks
Hello,
You can try to add this code in Custom CSS for mobile (Theme Options->Custom CSS).
.product-information .cart button[type="submit"] {
color: #fff;
}
Regards,
Robert Hall.
The text is OK. but not resized logo. Thanks
Hello,
Please use this code in Custom CSS for mobile:
.fixed-header-area .header-logo img {
max-height: 165px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up