This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi Olga/Rose – came across this issue after the most recent theme update. The top bar links goes missing on Variant xstore header when using search.
Hello,
Thanks for the notice. The problem will be fixed in next theme update.
Regards
Thanks Rose. Is it a CSS issue? Any quick fixes I can plug in, in the interm?
Please add this code in Theme Options > Styling > Custom css:
.shop-top-bar .search-now-opened .top-bar .languages-area {
float: left;
}
.shop-top-bar .search-now-opened .top-bar .links, .shop-top-bar .search-now-opened .top-bar .topbar-widget,
.header-wrapper.search-now-opened .search-btn, .header-wrapper.search-now-opened .et-wishlist-widget, .header-wrapper.search-now-opened .shopping-container, .header-wrapper.search-now-opened .my-account-link, .header-wrapper.search-now-opened .login-link {
display: inline-block;
}
.shop-top-bar .top-bar .navbar-header.show-in-tb-left.search-active, .shop-top-bar .top-bar .navbar-header.show-in-tb-right.search-active {
position: static;
width: auto !important;
border-bottom: none;
}
delete the code after the theme update.
Regards
You must be logged in to reply to this topic.Log in/Sign up