Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #791621

    Hi,
    Is there any way possible to make a subtext in the button for the full width easy slider.
    Just like this
    Button with subtext

    If this is posstible, is there any way to add the button to the normal non full width easy slider?
    At this moment everything is on localhost, but will transfer soon to a webhost.

    Thanks!

    #791661

    Hey InStijlMedia,

    That option/feature is not in fullwidth easy slider, though there are 2 methods that you can do, first one is to replace/override the fullwidth easy slider and would require some time and coding which is already outside the scope of our support, second is to use css (using :after) to tweak the button. By adding some css code in Quick CSS (located in Enfold > General Styling):

    .av_slideshow_full a.avia-slideshow-button:after {
        content: 'Your Text Here';
        display: block;
    }

    Best regards,
    Nikko

    #791682

    Thanks Nikko that worked!
    And for the normal easy slider, text is showing up like this
    button image
    is there any way to make it in the same button aswell?

    #791701

    Hi,
    You want the text background to match the button?

    Best regards,
    Jordan Shannon

    #791702

    Hi Jordan,
    No, i want the same button to appear on this slide aswell instead of how its showing now.

    #792226

    Hi InStijlMedia,

    Could you please give us a link to your website, we need more context to be able to help you, if you moved it to web already.

    Best regards,
    Victoria

    #793790

    Hello Victoria,
    The website isnt online yet, we are waiting for the clients permission.
    We want to change the black bars to the exact button i posted on here before. (classes for the black bars are: avia-caption-title and avia-caption-content)

    #793929

    I figured it out, addded the same css to the avia-caption-title and avia-caption-content, this worked.
    Thanks, you can close this thread :)

    #793956

    Hi InStijlMedia,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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