Shopify themes, liquid, logos, and UX
Hello,
I'm trying to move up this border.
Goal is the border to be slightly behind the text.
untammed.co
pw: wild
Here is the code I'm using:
Want Smarter & Healthier Children? <span style=" border-bottom: 15px solid #EBE0FB;">Meet Choline</span
Solved! Go to the solution
This is an accepted solution.
Hi @swalter85, thanks for reaching out.
To move the border slightly behind the text, you'll need to adjust the code. Please replace your current code with the following code snippet:
Want Smarter & Healthier Children? <span style="display: inline-block !important;height: 3rem !important;border-bottom: 15px solid #EBE0FB;">Meet Choline</span>
I hope my solution is helpful to you.
Liz
Hi @swalter85
I don't see this part in your store, could you please show me where i can see it?
Best,
Daisy
Hi @swalter85
Please change the code to
<span id="span-custom" style="position: relative;">Meet Choline</span>
And add this code to the custom CSS:
span#span-custom::after {
content: "";
background: #EBE0FB;
width: 100%;
height: 15px;
position: absolute;
bottom: -8px;
left: 0;
}
I hope this helps
Best,
Daisy
Hi @swalter85
Which page I can find this headline?
This is an accepted solution.
Hi @swalter85, thanks for reaching out.
To move the border slightly behind the text, you'll need to adjust the code. Please replace your current code with the following code snippet:
Want Smarter & Healthier Children? <span style="display: inline-block !important;height: 3rem !important;border-bottom: 15px solid #EBE0FB;">Meet Choline</span>
I hope my solution is helpful to you.
Liz
Hi @swalter85
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
h2.hero__title.heading-size-8.block-padding.aos-animate span {
border-bottom: 40px solid #EBE0FB !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025