Shopify themes, liquid, logos, and UX
Hi,
I would like to add a bit of text to the header underneath the icons on the right.
I have added this code:
<p class="sub-text-here">Für Rabatt zuerst einloggen</p> to the header.liquid file and it did add the text, but it needs to be further down on the page and not inbetween the icons.
Here a photo for referece:
You can't see it on our website right now as I'm testing it on a duplicate theme but the link would be www.parkag.ch
Does anyone know how to do this? I haven't found a solution on my own.
Thanks!!
Solved! Go to the solution
This is an accepted solution.
Hi @Park_
Do you mean like this?
This is the code.
@media only screen and (min-width: 749px){
.header__icons:after {
content: "Für Rabatt zuerst einloggen";
position: absolute;
bottom: 25px;
padding-left: 20px;
font-size: 16px;
}
}
This is an accepted solution.
Hi @Park_
Do you mean like this?
This is the code.
@media only screen and (min-width: 749px){
.header__icons:after {
content: "Für Rabatt zuerst einloggen";
position: absolute;
bottom: 25px;
padding-left: 20px;
font-size: 16px;
}
}
This worked perfectly, thank you so much!
Please dont forget to hit Like. Thanks!
User | RANK |
---|---|
207 | |
178 | |
63 | |
51 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023