- This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Left and Right Button Texts’ is closed to new replies.
Greetings,
I would like to manipulate the appearance of the left and right button texts sections in the sliders. How? I do not know exactly just yet. Playing with it would help me decide. Is there a way to do so?
For example, I just thought of one change that I would like to try: I am attempting to break a text after a specific word and make two lines in the left button, so I used <br> which works in the caption sub-title section but not in the left or right buttons.
Thank you.
Ivette
Go to Customize > Static Homepage Options > Full Screen Slider/Hero Section and then for each slide there are two text boxes marked Left Button Text and Right Button Text.
Write your text into these text areas. Sorry these do not accept any html markup including line breaks.
If you just have a small amount of text and want to force it to two lines, try this Additional CSS
.slide-button-right {
max-width: 140px;
min-width: auto;
}
You will need to change the ‘140px’ value to suit your text, and it may not 100% work, but you could try it and see.