Hi,
1. There is not the option.
It is possible to remove the animation(fade in from the top) by custom CSS:
.menu-panel, .portfolio-panel {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
display:none;
}
.show_mobile_menu:not(.navi-show-icon) .menu-panel,
.show_mobile_menu.ux-mobile.navi-show-icon .menu-panel,
.show_popup .portfolio-panel {
animation: none;
display:block;
}
2. It is possible by custom CSS:
.ux-woo-cart-wrap {
order: -1;
}
.bm-enable-univer svg.ux-bag-svg * {
fill: transparent!important;
}
body:not(.show_mobile_menu).non_bg_header.bm-enable-univer #header .head-meta .woocomerce-cart-number {
color: transparent!important;
}
3. It depends on what’s the Text, like h2 in the Text editor:
@media (max-width: 767px) {
.module-id-1575560289693 h2 { text-align: left!important; }
}
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook