.mobile.nav-top .responsive-nav-wrapper.nav-up {
-webkit-transform: none;
transform: none;
}
.mobile .responsive-nav-wrapper {
background: #YOUR_COLOR !important; /* use the HEX code for the color you want */
}
.all-shops-page .page-title {
display: none;
}
Greetings to all,
the localized URL`s for the info-boxes have been added in the Emporium theme and an update has been released.
If you update your theme, the changes will apply on your site too.
Have a nice day!
@media all and (max-width: 1024px) {
.mobile-logo .logo {
width: auto;
height: auto;
}
.mobile-logo img {
position: static;
top: 0;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media all and (min-width: 1025px) {
.header-lower:after {
content: '';
display: block;
clear: both;
}
.header-logo {
max-width: 20%;
}
.header-logo a img {
max-height: none;
}
}