Hi,
congratulations for the superb job done with Enfold.
Two questions regarding the Fullwidht Easy slider :
– Is it possible to have more buttons below the caption title (two more if possible) ?
– Is there any way to position the caption titlle in a top center position ?
Thanks a lot
John
Hi gaiatrader!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
Rikard
Hello Rikard,
here is a link on the page I am testing :
http://gaiatrader.com/test-slider/
Thanks a lot
John
Hi John!
1. Not possible but you can put button shortcodes (generate these on a separate Page) inside the caption content.
2. Add this to Quick CSS:
#top .avia-caption-title {
position: absolute;
top: -50px;
left: 0;
right: 0;
margin: 0 auto;
}
Cheers!
Josue
Hello Josue:
I’ve used your code and works, in my case:
#top .avia-caption-content {
position: absolute;
font-size: 50px !important;
top: -40px;
left: -35px;
right: 0;
margin: 0 auto;
text-align: left;
}
But now I would like to:
a) change the color of frame (lighter color)
b) put all this code in a block of code of a specific page
c) Change size and position of caption-content for Responsive, because now es to big and very up
Thanks in advance.
b) put that cod
Hey!
Use this:
#top .avia-caption-content {
font-size: 46px !important;
margin: 0 auto;
text-align: left;
}
@media only screen and (min-width: 767px) {
#top .avia-caption-content {
position: absolute;
top: -40px;
left: -35px;
right: 0;
}
}
.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: #000;
background: rgba(0, 0, 0, 0.2);
}
Regards,
Josue
Thank you very much, Josue.
Regards.
José Ramón
You are welcome, glad to help :)
Regards,
Josue