-
AuthorPosts
-
November 4, 2016 at 2:46 pm #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?
November 4, 2016 at 4:06 pm #708273Hi!
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!
YigitNovember 4, 2016 at 5:59 pm #708376Scroll 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 :)
November 7, 2016 at 10:15 am #709085Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.