Hi all,
I would like to highlight this ‘explore button’ as its hard to notice. Is there anyway I can change colour, size and place within box - with colour background?
Also I noticed its not centre top on the desktop version:
Thanks so much for the help.
Steve
Hi @socconnor , can you share your store url?
1 Like
I mean the link to your website itself, not the admin area.
Ok, first navigate to section-image-banner.css, add the following code :
@media (min-width:750px){
.banner__content.banner__content--bottom-center {
align-items: flex-start !important;
}
}
in the same section add this code snippet :
.banner__buttons .button.button--secondary{
font-size: 2.5rem;
background-color: #fff;
color: #010101;
font-weight: bold;
}
Thanks so much.
That was really helpful. I have altered it a bit. Is there a way I can change the button so its square instead of curved edegs?
1 Like
Actually, I figured this out. No need for help with that last part. Thanks again.