Advert Bar only in Desktop?
Hi, can you help me set the action bar that shows in all resolutions? At the moment it can only be seen in tablet/desktop mode, not in mobile mode. The website is https://identitystorelab.shop/ Thank you.
Hi, can you help me set the action bar that shows in all resolutions? At the moment it can only be seen in tablet/desktop mode, not in mobile mode. The website is https://identitystorelab.shop/ Thank you.
Comments
Hi,
Please use the following CSS code:
@media only screen and (max-width: 767px) { .mobile-header-mini #Action_bar, .mobile-header-mini #Action_bar .slogan{ display: block!important; color: #bbbbbb!important; } .mobile-header-mini #Action_bar{ background-color: #101015!important; } }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thank you very much, it works!
I have a question: but in a next release of the theme would it be possible to set an advert bar that slides to the right or left, with various messages? Thank you.
Not left/right, but something similar can be done with Promo Box in the Header Builder.
Like in this pre-built website:
https://themes.muffingroup.com/be/lingerie/
https://support.muffingroup.com/video-tutorials/header-builder-2-0/
Best regards