Shopify themes, liquid, logos, and UX
Hi,
I have installed 'Easy Tabs - Product Tabs' app for my product pages & tabs for descriptions, sizing and materials under the custom liquid code - {% render 'product-description-tabs', product: product %} on each product page.
Instead of the current 'mono' font, I would like for the heading of each tab to show as my custom font of 'Font-family: 'Resial Bold Condensed'
Website URL: https://duoarthouse.com.au/
Hi @duart2023
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
.easytabs-container .easytabs-accordion-item .easytabs-header-text { font-family: 'Resial Bold Condensed'; }
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey @duart2023
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.easytabs-container .easytabs-accordion .easytabs-accordion-item {
font-family: 'Resial Bold Condensed' !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Moeed Are you able to please confirm if there is any way to make the custom font size slightly bigger in the code above?
Hellio @duart2023
Go to online store ----> themes ----> actions ----> edit code ---->Find theme.liquid file...> Add the following code in the bottom of the file above </body> tag
<style>
.easytabs-container .easytabs-accordion .easytabs-accordion-item {
font-family: 'Resial Bold Condensed' !important;
}
</style>
I have sent you the code, if it works then it works, if not then please message me and I will do it again.
If this was helpful, hit the like button and accept the solution.
Thanks
- Buy me a Pizza
Hi @Sangeetanahar Is there any way to make the headings slightly bigger? It appears too small on desktop and mobile view.
Hi @Sangeetanahar Just wanted to follow up on the above. I'd love to be able to make the heading font size slightly larger.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024