Latest Update Broke My CSS
-
I had the below in the Additional CSS section:
/* Menu transition fade effect */ .navbar, .navbar.navbar-default { transition: all 350ms ease 0s; } /* woocomerce button bg colour */ .woocommerce-info { background-color: #8cb3d9; } /* 1px Padding top of Logo */ .navbar .navbar-brand { color: inherit; max-width: 100%; padding: 1px 15px; } /* 1px Padding top of Logo Scrolled*/ .navbar { padding: 1px 0; } /* Logo Size on media screens*/ @media only screen and (max-width: 767px) { .navbar-brand > img{ max-height: 90px !important; } }After this latest update.. CSS didn’t work.
Reverted back to version 1.1.24 and fine again.Changelog needs to have more detail, instead of:
### 1.1.25 – 06/06/2017
**Changes:**
– Update version
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.