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

    Hello,

    is it possible to combine the Backround of the Title and Text of an Fullscreenslider?
    I want to place a round background with transparency and add then the title and the text.

    Kind regards

    #1118379

    Hey OefeleET,

    Please provide a link to your site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1118384
    This reply has been marked as private.
    #1118444

    Hi,

    Thanks for that, so you want the design as in your screenshot behind the header which reads MUSIK SCHAFFT ATMOSPHÄRE! on your actual site?

    Best regards,
    Rikard

    #1118471

    Hi,

    right, the title MUSIK SCHAFFT ATMOSPHÄRE and the text Lautsprecher für den Außenbereich sould have a common background element such as an circle or rectangle. If it’s possible the backgound should not bei a picture rather a background color with some HTML5 to makeita circular or rectangle.

    _______________________________________
    | |
    | MUSIK SCHAFFT ATMOSPHÄRE! | <= Title
    | ____________________________ |
    | Lautsprecher für den Außenbereich. | <= Text
    | |
    _______________________________________

    Best regards
    OET

    #1118604

    Hi,

    The link you provided took me to a missing page after logging in.

    Best regards,
    Jordan Shannon

    #1118613
    This reply has been marked as private.
    #1118675

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .slideshow_align_caption {
        background: #ddd;
        border-radius: 100%;
        width: 200px;
        display: block;
        vertical-align: inherit;
        margin: 0 auto;
    }

    You might have to adjust the width and height a bit.

    Best regards,
    Rikard

    #1118931

    Hi,

    thank you! That works fine. But unfortunatelly the text is not centered, what CSS I have to add to center the text in the rectangle? Is it also possible to create a line between title an text like in my picture?

    best regards
    OET

    #1119052

    Hi,

    Please try this CSS as well:

    .slideshow_align_caption {
      text-align:center;
    }
    
    .slideshow_align_caption h2 {
      border-bottom:3px solid #fff;
    }

    Best regards,
    Rikard

    #1121032

    Hey Rikard,
    sorry for my late reply – that works great.

    Thank you!

    #1121045

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Fullscreen Slider Text Background’ is closed to new replies.