What's your biggest current challenge? Have your say in Community Polls along the right column.

adding text to background video section- Whisk theme

Solved

adding text to background video section- Whisk theme

Chantelrudden
Shopify Partner
107 1 19

I would like to add Text below the Kids books + Tooth fariy pillows 

so that it reads  like this
(heading) The Magic Awaits in the Rolling Acorn Canyon
(paragraph) Kid’s Books + Tooth Fairy Pillows 
(paragraph) Bringing simple joys to families everywhere

https://acorncanyon.com/
pass: daplau

Screenshot 2024-01-30 at 1.08.44 AM.png

Accepted Solution (1)

NemoPS
Shopify Partner
48 3 10

This is an accepted solution.

It seems to support html, so just add <br> where you want the break

NemoPS_0-1706597247473.png

 

Found it helpful? Like and Accept as a solution!
Getting NO SALES? Get a FREE website audit
--
https://nemops.com - Shopify Solutions

View solution in original post

Replies 8 (8)

Liquid_xPert_SJ
Shopify Partner
1279 139 184

Hi @Chantelrudden 

 

Paste below code into your base.css file at the end and hit save

Online Theme > Edit Code > base.css file > place the code 

 

.banner__box  .copy--large.copy--bold.container--copy-max-width.rte {
    word-wrap: break-word;
    max-width: 330px;
    width: 100%;
}

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂

NemoPS
Shopify Partner
48 3 10

This is an accepted solution.

It seems to support html, so just add <br> where you want the break

NemoPS_0-1706597247473.png

 

Found it helpful? Like and Accept as a solution!
Getting NO SALES? Get a FREE website audit
--
https://nemops.com - Shopify Solutions

Dan-From-Ryviu
Shopify Partner
10304 2044 2116

Please remove "'Kid’s Books + Tooth Fairy Pillows" text from your paragraph, and add this code to Custom CSS of that section.

.banner__box .container--copy-max-width.rte:before {
content: 'Kid’s Books + Tooth Fairy Pillows ';
display: block;
}

Screenshot 2024-01-30 at 14.15.26.png

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

NemoPS
Shopify Partner
48 3 10

Why make it so complex when they can just add <br> where they already edit the text lol

Found it helpful? Like and Accept as a solution!
Getting NO SALES? Get a FREE website audit
--
https://nemops.com - Shopify Solutions
Dan-From-Ryviu
Shopify Partner
10304 2044 2116

Did you try to save your template after adding <br>? It does not support that element in the paragraph 😏

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

NemoPS
Shopify Partner
48 3 10

No?

NemoPS_0-1706602707458.png


It does work. Front office:

NemoPS_1-1706602730247.png

 

 

Found it helpful? Like and Accept as a solution!
Getting NO SALES? Get a FREE website audit
--
https://nemops.com - Shopify Solutions
Dan-From-Ryviu
Shopify Partner
10304 2044 2116

I just installed and checked this theme supports HTML elements in paragraphs 🙂 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: 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.

PageFly-Richard
Shopify Partner
4808 1088 1757

Hi @Chantelrudden 


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__box  .copy--large.copy--bold.container--copy-max-width.rte {
    word-wrap: break-word !important;
    max-width: 330px !important;
    width: 100% !important;
}
</style>

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.