This topic has 9 replies, 3 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
HAllo.
In checkout “Ship to a different address” is always selected.
How to change that?
I mean address not dress sorry
No problem, I edited that for you. 🙂
Hi,
Make sure you choose the correct option at Woocommerce -> Settings -> Shipping -> Shipping Destination
If that didn’t work try add this in the functions.php of your child theme.
add_filter( 'woocommerce_ship_to_different_address_checked', '__return_false' );
Let us know,
Thanks,
laranz.
thank you, that worked:-)
Can you help me change the text color in my top panel ( Ønskeliste din burger log ud) to this color #d4d2d2
An change the pink colored menu line to this pink color #FAE1E1 and remove the gap between the menu lines.
kind regards
.top-bar .links li a, .top-bar .wishlist-link a, .top-bar .my-account-link:before, .top-bar .logout-link:before, .top-bar .login-link:before, .top-bar .register-link:before {
color:#d4d2d2;
}
.home .main-nav {
margin-bottom: 0;
}
Regards
After changing the line is suddently dobbel size.
Please have a look…
Happend also last time
Please access and correct
I’ve added this code http://prntscr.com/g744ij in custom css. Please check
Regards
You must be logged in to reply to this topic.Log in/Sign up