Shopify themes, liquid, logos, and UX
Hi, I want to make parts of text bold in different parts of the website. Se attached image, Im changing part of the text to bold, but it dose not update in the "Rich text" widget.
Im using team "Vision" and here is the link to my page
https://mittspor.shop/
Hi @Sasha84
Did you click Save button after changing?
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Yes, and notting happens.
Hi,
Exactly where on the website is this area? The structure of HTML tags may have changed from the code. The best option is to inspect it from the browser.!
Terence.
looks like it is third-party app.css overriding it from what Rakesh says, but Im not sure how to fix this.
Paste the following code at the bottom of the 'app.css' file. This should fix the issue. If it doesn't, you can grant me access privately, and I can resolve it for you.
strong {
font-weight: bolder !important;
}
rich-text section works properly but it is a third-party app.css override default css .
You add section customize in custom css add
See image
Which third-party app.css is overriding it and can I do something to fix this?
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
.rte.text-size-regular b, .rte.text-size-regular strong {
font-weight: bolder;
}
if a particular section is issued check whether the third third-party app.css overrides or not after that add new CSS important to working in the section.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025