Hi Team.
How can make this image header button a bit bigger?
STORE: Glowcare.se
PS: Glowcare1991
Hi @GeeKyuu24
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
.banner__buttons {
width: 60%;
}
a.button.button--primary {
width: 100%;
}
Hi @GeeKyuu24
Try this one.
a.button.button--primary {
height: 5.5rem !important;
width: 20rem !important;
}
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
.banner__buttons {
width: 100%;
}
a.button.button--primary {
width: 100%;
}
@GeeKyuu24 If you want more wider then apply this.
.banner__buttons {
width: 100%;
}
a.button.button--primary {
width: 100%;
height: 10vh;
}
@GeeKyuu24 Please marked all the solutions which I provided and helped you in your website.
Thank you guys, can we add the text to make it a bit bigger as well?
@GeeKyuu24 Yes sure, Please marked all the previous solutions as well
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
a.button.button--primary {
font-size: 25px;
}
Yep, I will do that.
Yes we can increase the size of that one also, but I cant see this image banner in your store.