Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #663892

    Dear programmers,

    Is it possible to change the arrows or edit on css?
    Let me know which div/css it is.

    Thank you.

    #664182

    Hey peruwan,

    Could you provide us with a link to the site in question so that we can take a closer look please? Also please specify what arrows you are looking to change and how.

    Thanks,
    Rikard

    #664197

    The website is on a underconstruction page so you can’t see it. Sorry i was talking about the Layerslider WP slide navigation arrows that you can slide the image from left or right.

    #664913

    Hi,

    Please go to enfold/css/shortcodes.css file and find

    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { 
    ...
    }

    and adjust as needed. If you elaborate on the changes you would like to make, we could help better :)

    Best regards,
    Yigit

    #666521

    Ok thank you but i also want to make the background block disappear… I was trying to add to the background: transparent; ->> background: none!important; but that didn’t help.

    #666551

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before {
        background: transparent;
    }

    Regards,
    Yigit

    #669853

    Thank you a other question is it possible when a user is clicking the left arrow the crossfade transition is different than the right arrow when clicking it? So let me say a example if a click from the left arrow the image goes from left to right fade and if the user clicks on the right arrow it goes from right to left fade.

    Is this possible?

    #670803

    Hi,

    You can edit LayerSlider and adjust transitions but to be honest, i am not sure if it would be possible to apply a transition to navigation buttons.

    Best regards,
    Yigit

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