Want to scaled down and move a text block on Dawn

Hello,

I added a slideshow to incorporate some more lifestyle images, but I want to reduce the scale of the text box as well as move over if possible (beyond the options given)

See screenshot…

I’ve drawn a red rectanglel to indicate where i’d like to move it and scale size.

The below is my first page of my slideshow, and I like have the text NOT be on a box. But I tried to change the color and it wouldn’t change. When the box was there the colors could change, but as soon as I unchecked the option to “show container on desktop” I was unable to change the text color.

www.boncoeur.net

Thanks so much!

Jenni

Hi @JCaloBC

Which color do you want of this text?

Do you want to change the color of text on both slideshow?

Hi,

For the slide with the blanket, I want to try it with Black text. For the glass vases slide, I also want to try in Black (with no colored block background).

To scale the textbox

follow these steps:

  1. Open customization

  2. Go to slideshow section

  3. Select the slide which you want made changes

  4. Select the middle left option to set left side ( as you can see the red mark in image)

  5. Uncheck the checkbox to make textbox container transparent ( as you can see the green mark in image)

  6. Now, select slideshow section and go to custom CSS block

  7. paste this code

h2.banner__heading.inline-richtext {
    color: black;
}
.banner__text.rte {
    color: black;
}
  1. Save it and refresh the website.

Hope this code will work.

If you satisfied, Please like and accept my solution.

Best Regards

Team_OSC

Awesome, that worked! Thanks so much!