• Resolved jd47

    (@jd47)


    Hello
    Wonder if anyone knows and would be kind enough to tell me how to get the caption in the middle of the slide please? Is there a way of making the font size bigger too? The box you type in the caption are you meant to add some code into it? Sorry I am learning so sorry if dumb question. Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, @jd47!

    Thanks for writing in!

    Did you figure it out already? I see the caption on the slider already in the center of the field.

    If you need any other code re: font-size, you can try something like this:

    .soliloquy-caption-inside {
    font-size: 20px !important;
    }

    The 20px value is arbitrary, of course, so you’ll have to adjust that to your liking!

    Thread Starter jd47

    (@jd47)

    Hi thanks for reply I meant moved up in the middle not in the middle at the bottom if that makes sense sorry. Thanks I will try the code does that go in my additional css page of the child theme? or type it in the box where you add the caption? Thanks

    Hi, @jd47!

    So you’re looking to put the caption sort of dead-center of the slide?

    You can try to modify this bit of CSS:

    .soliloquy-container .soliloquy-caption {
    padding-bottom: 25px;
    }

    The 25px value is what it’s at now. If you make it, say, 150px, the caption will move up the slide. A lower value will move it down.

    If you have the premium version of Soliloquy, you can add these snippets of code to the CSS field made available to each slider through the CSS addon. If not, you’ll have to add it to your theme’s Additional CSS tool, but this will then be applied globally.

    Thread Starter jd47

    (@jd47)

    So Sorry you must think me very rude. I didnt see the response in my emails so didnt realise you replied thanks so much for replying. The code didn’t work for me but thanks so much for trying. I have been given code before for the size of the font on the caption that didnt work either. I paste it in the css tab of the theme as I don’t have the paid version. I keep trying thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centre the caption’ is closed to new replies.