-
AuthorPosts
-
May 5, 2017 at 2:22 pm #788399
Hi,
How to change the position of the captions for the full width easy slider so that they are positioned Bottom with out frame center.
also steps to add option in drop down,Any guidance would be appreciated.
Thanks
May 5, 2017 at 5:49 pm #788565Hey Vadivel,
You might want to consider using Layer Slider to have more options of elements and their positioning on the slider. It is a third-party plugin but it comes with Enfold. You can find it at the bottom of the dashboard left-hand menu.
If you need further assistance please let us know.
Best regards,
VictoriaMay 8, 2017 at 8:34 am #789339Please let me know if their is any way to change the position of the captions in full width easy slider positioned Bottom with out frame center.
May 8, 2017 at 10:35 am #789385Hi srinagasai,
I am not sure what do you mean by “with out frame center” could you explain a bit more or make a mockup of what you’re trying to achieve?
I am seeing the caption on the bottom of the slider in the center. Is this not what you need?
Best regards,
VictoriaMay 8, 2017 at 2:00 pm #789579Hi Victoria,
i want display in line in center bottom, fonts style should not all caps.
i tryed some how i have achieved, but still i need all words should not caps bold/*Change slideshow align caption*/
.slideshow_align_caption {
top: 220px;
}
/*Change font family*/
h2.avia-caption-title{
font-family: “Martel”!important;
}- This reply was modified 7 years, 6 months ago by srinagasai.
May 8, 2017 at 6:09 pm #789751Hi srinagasai,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.slideshow_align_caption { vertical-aligh: bottom; } h2.avia-caption-title { font-weight: normal; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 9, 2017 at 2:13 pm #790271Solution works only for desktop, how to enable for mobile as well.
Please let me know the solution.
May 9, 2017 at 3:41 pm #790382Hi,
Here is the code for mobile
@media only screen and (max-width: 767px) { .slideshow_align_caption { vertical-align: top; top: 77%; } }
If you need further assistance please let us know.
Best regards,
VictoriaMay 19, 2017 at 3:57 pm #796627I have try to change the font-family its not working, its displaying different font.
div .slideshow_caption h2 {
font-family: “Raleway”;
font-size: 84px;
font-weight: normal;
line-height: 100px;
margin: 330px auto 0;
text-transform: none;
}May 22, 2017 at 10:03 pm #797926Hi,
Are you loading Raleway font?
how else can it work?Best regards,
BasilisMay 23, 2017 at 2:55 pm #798292Hi,
I want to display different google font to slideshow_caption.
How i can appy the font?May 23, 2017 at 8:35 pm #798489Hi,
This link ought to help you: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
John Torvik -
AuthorPosts
- You must be logged in to reply to this topic.