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?
- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- 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.
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