Shopify themes, liquid, logos, and UX
Hi,
I'm trying to adjust my heading image and text for all three types of display (mobile, desktop and fullscreen). In the first two, the heading image and following text are fine, but when I switch to fullscreen it cuts the upper part of the picture with the logo in it. Is there a way to cut only the lower part of the image when switching to fullscreen, or even better, just to shrink it a bit.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:
@media only screen and (min-width: 1700px){
.hero--large {
height: 200%!important;
}
}
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:
@media only screen and (min-width: 1700px){
.hero--large {
height: 200%!important;
}
}
Kindly feel free to get back to me if you need any further assistance Thanks!
asset>theme.css does not exist.
There is assetS>theme.scss, but this requires compiling code that I do not know how to do...
Any solution if we don't have that css file?
User | RANK |
---|---|
179 | |
155 | |
72 | |
35 | |
34 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023