Thread Starter
acesj
(@acesj)
Mike thanks for the reply, That is all I want to do is hide the weight based shipping up untill there is no option in usps for 71bls. Then have my weight based 71|79.99|1 Take over
The code you sent, Could you fix that for me so I could try it.. Ive spent money every week buying a new extention for woocommerce and last night was the USPS and now I could use a little help,,
Thanks
Go to products> Search for Category ( or product) Select All > Hit Edit
Change SKU > Hit Save
I just did this last night.. Open your css/styles and use the find feature and:
Look for :
2. TOP NAVIGATION (Add top navigation presentational styles here) */
#top {
background: #FE9A2E;
margin: 0 -3.631em;
padding: 0 3.631em;
}
#top #top-nav {
display: block;
}
#top ul.nav {
font-size: .857em;
/* LEVEL 2 */
/* LEVEL 3 */
}
#top ul.nav > li a {
padding: 1.387em 1em;
color: #0A0A0A;
}
#top ul.nav > li a:hover {
background: #f7f7f7;
text-decoration: none;
color: 0A0A0A;
Good luck