hi i tried the key in the code :.sprd-info-footer__open-shop {display:none;} but it doesnt work for mywebsite anyone can help ?
1 Like
The code does not go in the html section. Use it in the footer only. Send me a link to your shop and I’ll investigate further. Here is my shop: https://topsailisland.org
Here is my custom CSS:
#myShop {
position: relative;
top: -55px
}
h2.flashySub-title, h2 {
font-family: "Arial", Helvetica, Lucida, sans-serif;
font-size: 24px;
top: 0;
color: #fa7f08;
letter-spacing: 2px;
text-align: center;
position: relative;
left: 45px
}
p.flashyTagline {
margin: 0 0 12px 95px;
padding: 0 0 12px;
color: #f24405;
font-weight: 700
}
@media only screen and (min-width: 320px) and (max-width: 980px) {#myShop { position: relative; top: initial } h2.flashySub-title, h2 { font-family: "Arial", Helvetica, Lucida, sans-serif; font-size: 18px; top: 0; color: rgb(250, 127, 8); letter-spacing: 11px; text-align: center; position: relative; left: -6px } p.flashyTagline { margin: 0 auto 12px auto; padding: 0 auto 12px auto; color: rgb(242, 68, 5); font-weight: 700 } }
.SprdMain .sprd-signup-banner {
display: none
}
h2 {
color: #22babb
}
.SprdMain {
max-width: 2200px
}
#sprd-startpage-teaser > div.sprd-startpage-teaser__content.sprd-bg-m3 > h1 {
color: #348888
}
#sprd-startpage-teaser > div.sprd-startpage-teaser__content.sprd-bg-m3 > div {
color: #22babb
}
#sprd-startpage-teaser {
margin-bottom: -56px
}
strong {
color: #f24405
}
.SprdMain .sprd-btn-primary:hover {
background-color: #22babb;
border-color: #348888
}
.SprdMain .sprd-btn-primary {
background-color: #f24405;
border: 1px solid #f24405;
color: #ffffff
}
.SprdMain .sprd-startpage-preview-tiles__text {
bottom: 1em;
max-width: calc(100% - 1em);
padding: 0.5em 1em;
position: unset;
right: 1em;
text-align: center
}
#buttonSpreadshirt {
display: none
}
2 Likes