Make part of text bold

Make part of text bold

Sasha84
Excursionist
22 0 2

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. Screenshot 2024-06-05 at 10.39.12.png
Im using team "Vision" and here is the link to my page
https://mittspor.shop/

Replies 8 (8)

Dan-From-Ryviu
Shopify Partner
11308 2214 2383

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.

Sasha84
Excursionist
22 0 2

Yes, and notting happens.

TerenceKEANE
Shopify Partner
512 86 80

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.

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites
Sasha84
Excursionist
22 0 2

 looks like it is third-party app.css overriding it from what Rakesh says, but Im not sure how to fix this.

TerenceKEANE
Shopify Partner
512 86 80

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;

}

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites

Rakesh_patel_68
Shopify Partner
36 5 6

rich-text section works properly but it is a third-party app.css override default css .
You add section customize in custom css add 

.rte.text-size-regular b, .rte.text-size-regular strong {
font-weight: bolder;
}


See image
 aa.png

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution.
Sasha84
Excursionist
22 0 2

Which third-party app.css is overriding it and can I do something to fix this?

Rakesh_patel_68
Shopify Partner
36 5 6

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.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution.