This topic has 4 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi Robert,
I have a 3 things I need help with?
1. How to change the colour of the navigation 3 lines on phone/responsive?
2. I have 3 x single images on the homepage that end up not having a space in between them at all on iPhone, how to get space?
3. When I put the cart on ‘shop’ page sidebar there is one normal size button for ‘cart’ and the checkout button is BIG, what is CSS to make the big button normal size?
Thank you!!
T
Hello,
1) Please add this code in custom.css file.
.menu-icon:before{
color: #D71A1A;
}
2)
@media only screen and (max-width: 480px){
.vc_custom_1426080009353 .vc_col-sm-4{
margin-bottom: 15px;
}}
3) Could you please clarify with more details what exactly you mean and show us screenshots?
Regards,
Robert Hall.
thanks so much Robert, I’ll try these.
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: 3 tweaks, optimization, seo friendly, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up