Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #708190

    Hi. i use fullscreen image slides. but i cannot see the first button inside the slide. maybe i have done something wing with the css code. can you please help me to find the error :)

    Thank you so much, all the best, Conny

    A = http://imgur.com/a/Uun8P this should be a button. but i cannot see it

    B= how can i apply a red text background to this normal text inside the fullscreen slide? http://imgur.com/a/OnzMv

    C= http://imgur.com/a/OnzMv How can i make the button visible?

    #708273

    Hi!

    You wanted to display an image there so we provided you a custom CSS code with background image however now background image is removed from the code. If you would like to undo the changes, please remove following code

    .home #fullscreen_slider_0 a.avia-slideshow-button:nth-child(3) {
        color: transparent!important;
        border: none!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: 50% 50%!important;
        background-color: transparent;
    }

    I cannot find this slider – http://imgur.com/a/OnzMv in provided page. Please post the correct link here.

    Cheers!
    Yigit

    #708376

    Scroll down to the bottom of the landingpage. 2nd Slide. http://imgur.com/a/OnzMv First slide shows young mother with child. Thanks for your help! best support ever :)

    #709085

    Hey!

    Thank you for the update.

    B.) In the Caption Positioning settings, did you select the “framed” options? Select “Center Framed” for example. It will have a background by default. If you want to change the background color, please use this in the Quick CSS field.

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
        background: rgba(5, 5, 255, .5);
    }

    C.) The button is not displaying properly because of this css modification in the style.css file:

    .home #fullscreen_slider_0 a.avia-slideshow-button:nth-child(3) {
        color: transparent!important;
        border: none!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: 50% 50%!important;
        background-color: transparent;
    }

    What is that for?

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.