Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #214806

    When entering plain text into the caption text box, the text retains the frame option that’s set.

    I want to enter custom text and still retain the frame option, but when I do, the frame isn’t holding.

    Is there any text I can add to what you see in the photo to keep the frame?

    Code:
    <h3><span style=”color: #99cc00;”>Sign up to our newsletter to stay up to date on everything we do!</span></h4>

    Thanks

    • This topic was modified 10 years, 6 months ago by Alex.
    #215500

    Hi Alex!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .caption_framed .slideshow_caption .avia-caption-content p { color: #99cc00; font-size: 18px; }

    Cheers!
    Yigit

    #215511

    Thanks. It worked, but it looks a little off, the box is very close to the title box. Without the formatting, it’s spaced properly.

    And how do I make the text style strong/bold?

    #215513

    Hey!

    Can you post the link to your website?

    Best regards,
    Yigit

    #215515
    This reply has been marked as private.
    #215516

    Hey!

    Please replace the code i posted with following one

    .caption_framed .slideshow_caption .avia-caption-content p {
    color: #99cc00;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px;
    }

    Cheers!
    Yigit

    • This reply was modified 10 years, 6 months ago by Yigit.
    #215517

    Thanks, that did it. One last thing please, if you don’t mind. How do I make the box stay relative to the font size? Right now I have it set to 28, but the box around the font isn’t relative to it’s size the way it is on the title box that says Welcome.

    #215520

    Hi!

    I have edited my previous post and added padding. Please once again update custom CSS code in Quick CSS and adjust padding value as needed

    Regards,
    Yigit

    #215527

    Nice! That did it.

    Don’t kill me, but how do I make the button text larger as well in the slide?

    #215531

    Hey!

    Please add following code to Quick CSS and adjust as needed as well

    #top .avia-slideshow-button { font-size: 18px; }

    Please do not hesitate to ask your questions :)

    Best regards,
    Yigit

    #215535

    Excellent, you can close this thread and thanks for all your help!

    I wish there was more formatting options available for everything in this theme so I wouldn’t have to add code for all these changes that should be simple to apply.

    #215541

    Hey!

    You are welcome! As you know Enfold is one of the most flexible theme out there and if all possible formatting options would be added to theme options or shortcode options, it would probably be so complicated. As i mentioned earlier, feel free to ask if you have any questions or issues.

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Fullscreen Slider Caption text loses frame with custom caption text’ is closed to new replies.