Shopify themes, liquid, logos, and UX
Is there a way to add background to a font heading? I know there is a big blocky content container, but I want the background tighter around the fonts. I use Sense theme.
Solved! Go to the solution
This is an accepted solution.
Hello @medusasmakeup ,
I understand you are looking to highlight the font of the Banner section.
I have shared two ways for highlighting text - one is to provide background to the text, and the other is to transparent the background section.
Please add the below-mentioned code at the bottom of the theme.liquid file before </body> tag.
1. This code will provide a background colour to the text.
<style>
h2.banner__heading.inline-richtext.h0 {
background: #fe93c7ba !important;
}
</style>
[Please feel free to change the color of the background]
Output -:
2. This code will transparent the background of the banner box content section.
<style>
.banner__box.content-container.content-container--full-width-mobile.color-scheme-0ccabcc4-6883-44e8-a3cf-acac691ead70.gradient {
background: transparent !important;
}
</style>
Output -:
3. In case you would like to do both, then copy & paste both codes at the bottom of the theme.liquid file before </body> tag.
I hope the code helps you.
Please share if you have any queries.
Thank you.
Yes, you can add background but adding different font will be tricky. You like to change the first image same on the 2nd image? If that so would you mind to share the preview on that store. I cant find it on the URL that youve shared.
I am looking to either make the content container have transparency or reduce the size so the fontjust have background color. Image one is my web page, image 2 is example of what I am trying to accomplish.
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.banner__heading {
background: yellow;
padding: 2px 10px;
}
</style>
Also, i can see that your page looks very nice, but there's one thing that i notice your website is missing to add a hover animation for the button here:
You can try to add the same animation that you use for other button on the page
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hello @medusasmakeup ,
I understand you are looking to highlight the font of the Banner section.
I have shared two ways for highlighting text - one is to provide background to the text, and the other is to transparent the background section.
Please add the below-mentioned code at the bottom of the theme.liquid file before </body> tag.
1. This code will provide a background colour to the text.
<style>
h2.banner__heading.inline-richtext.h0 {
background: #fe93c7ba !important;
}
</style>
[Please feel free to change the color of the background]
Output -:
2. This code will transparent the background of the banner box content section.
<style>
.banner__box.content-container.content-container--full-width-mobile.color-scheme-0ccabcc4-6883-44e8-a3cf-acac691ead70.gradient {
background: transparent !important;
}
</style>
Output -:
3. In case you would like to do both, then copy & paste both codes at the bottom of the theme.liquid file before </body> tag.
I hope the code helps you.
Please share if you have any queries.
Thank you.
Hope my solution can help you:
- Step 1: Sale channel => Online Store => Themes => Edit code:
- Step 2: Search for theme.css and add the css directive to the end of this file:
.banner__box {
background: rgb(var(--color-background))!important;
}
---
result:
I hope these instructions will help you. If they are helpful, don't forget to like and mark as the solution.
Have a nice day sir!
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
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