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
-
Open theme → edit code
-
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?
I’m using Berlin, it is a paid theme.