No content to show
User Activity
@Lizzo333 ,Hi lizzy,This is what I see when I open the URL:
@annanguyen ,You're very welcome! If you ever need any help, feel free to reach out anytime.
Hi @mulemountain , can you share your store url?
02-24-2025
@upsy_kat ,You're very welcome! If you ever need any help, feel free to reach out anytime.
@annanguyen ,Add the following code :.banner__media{
height:100vh !important;
}
@GoombaGrows , You're very welcome! If you ever need any help, feel free to reach out anytime.
@GoombaGrows , Remove the previous code and add this instead :.header__menu-item {
position: relative;
}
.header__menu-item::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
height: 3px;
width: 0;
background-color: black;...
Hi @GoombaGrows , Go to base.css and add the following code :.list-menu__item{
position: relative;
}
.list-menu__item:after {
position: absolute;
left: 0;
bottom: 0;
content: '';
height: 3px;
width: 0;
background-color:...
02-23-2025
Hi @upsy_kat , In the custom css for that section :paste the following code :.home-collection-title {
display: none;
}
.home-collection-subtitle {
display: none;
}This will remove the collection title overlay.
Hi @eclipseglasses , Can you share your store url?
Hi @valholden02 , Go to theme.liquid file and add the following code before the </body> tag :<style>
@media(min-width:900px){
header.header.page-width{
max-width:unset !important;
}
header.header.header--middle-left.header--mobile-center.page-widt...
@annanguyen , go to section-image-banner.css and add the following code :@media(max-width:700px){
.banner--mobile-bottom:not(.banner--stacked) .banner__content {
order: 2;
height: 0 !important;
}
}
02-23-2025
@annanguyen , Add the following code :@media(max-width:700px){
.banner--mobile-bottom:not(.banner--stacked) .banner__content {
order: 2;
height: 0 !important;
}
}
02-23-2025
@Matty2019 , Add the following code :.cart__login-paragraph a {
color: black !important;
}
Hi @timelessracing , Can you share your store url?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
667 | 02-23-2025 11:57 PM | |
441 | 02-23-2025 11:18 PM | |
544 | 02-23-2025 08:56 PM | |
315 | 02-23-2025 08:16 PM | |
540 | 02-23-2025 07:23 PM |