Hello,
please help with css we want user login button on mobile.
thema we’re using Be Yours (https://themes.shopify.com/themes/be-yours/styles/sweet))
Thank you
A user needs help displaying the login icon on the mobile version of their Shopify store using the “Be Yours” theme.
Solution Provided:
Another user shared CSS code to be added to the base.css file using a media query for screens under 767px width. The code sets the account icon to display as inline-flex.
Follow-up Issue:
The initial code worked but the icon size needed adjustment. An updated CSS snippet was provided that includes width control (set to 3.2rem) for the header icons.
Outcome:
The issue was resolved. The original poster expressed interest in connecting for additional custom theme work and referenced wanting a website similar to Zara.
Hello,
please help with css we want user login button on mobile.
thema we’re using Be Yours (https://themes.shopify.com/themes/be-yours/styles/sweet))
Thank you
Please add this code at the bottom of your base.css file
@media (max-width: 767px) {
.header__right .header__icon.header__icon--account { display: inline-flex !important; }
}
Please update code to this.
@media (max-width: 767px) {
.header__right .header__icon.header__icon--account { display: inline-flex !important; }
.header__icon { width: 3.2rem !important; } /* width of icons */
}
Thank you so much for your help. can we connect over for custom theme. is it possible to get website like zara.
email id : shubhamsinha@sotbella.com