Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #788565

    Hey 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,
    Victoria

    #789339

    Please 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.

    #789385

    Hi 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,
    Victoria

    #789579

    Hi 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.
    #789751

    Hi 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,
    Victoria

    #790271

    Solution works only for desktop, how to enable for mobile as well.

    Please let me know the solution.

    #790382

    Hi,

    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,
    Victoria

    #796627

    I 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;
    }

    #797926

    Hi,

    Are you loading Raleway font?
    how else can it work?

    Best regards,
    Basilis

    #798292

    Hi,
    I want to display different google font to slideshow_caption.
    How i can appy the font?

    #798489

    Hi,

    This link ought to help you: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Best regards,
    John Torvik

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