-
AuthorPosts
-
May 20, 2015 at 12:14 am #446798
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
May 21, 2015 at 6:38 am #447584Hi gaiatrader!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardMay 21, 2015 at 11:23 pm #448086Hello Rikard,
here is a link on the page I am testing :http://gaiatrader.com/test-slider/
Thanks a lot
John
May 23, 2015 at 6:40 am #448939Hi 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!
JosueAugust 20, 2015 at 3:21 am #490515Hello 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 upThanks in advance.
b) put that codAugust 20, 2015 at 11:09 pm #491114Hey!
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,
JosueAugust 21, 2015 at 12:07 am #491123Thank you very much, Josue.
Regards.
José RamónAugust 21, 2015 at 12:18 am #491125You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
