Home › Forums › SEA WordPress Theme › few questions(shop icon order etc)
- This topic has 2 replies, 2 voices, and was last updated 1 year, 1 month ago by
HesseldeRonde.
- AuthorPosts
- December 6, 2019 at 10:08 am #20140
hi – I have a few questions:
1. is there a few to change the animation of the expanded menu. Rather than fade in from the top, I would like it to pop-up instantaneously.
2. Can I reverse the order of the shopcart icon and the menu. Als the icon of the shopping cart gets a fill when I scroll over different groups. How can I remove the fill? (http://olives.flexiblestructures.nl)
3. How do I align text in textblocks differently for the mobile version?
Thanks!
December 6, 2019 at 3:07 pm #20141Hi,
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
December 7, 2019 at 12:01 pm #20142This reply has been marked as private. - AuthorPosts
- The topic ‘few questions(shop icon order etc)’ is closed to new replies.