How can I adjust the text and button size on my homepage slideshow?

In the slide show on my home page I want to be able to adjust the positioning of the text and button, as well as the size of the text and button. How can I make it so I have the option to adjust these settings? My URL is lakebaez.com

Hi @LakeBaez

This is Mike from Omega

You can try my solution to customize the text and button on slideshow

  1. Open theme → edit code

  2. Open base.css or theme.css and paste this code to the bottom of file

/* For the text customzie */

.slideshow-slide__title {
font-size: 24px;
position: relative;
top: 0px;
left: 0px;
}

/* For the button customize */

.slideshow-slide__button a {
font-size: 24px;
position: relative;
top: 0px;
left: 0px;
}

You can change font size by changing the value of font-size and changing top and left for position

Hope my answer will help you

Mike from Omega

Is there a way this can be applied to the theme editor so I don’t have to go back and forth between the code and theme customization?

Hey @LakeBaez

Which theme are you using?

I am not sure your theme is supported to customize this

I’m using Berlin, it is a paid theme.

hey @LakeBaez

I don’t have one

Could you give me access to that theme then I can check for you?