Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1112893

    Hello
    I want to make post slider but I want to make indicator outside of post slider.
    when you visit the website that I wrote on the bottom, you can see what I mean.

    So, I looks like margin 30px each side.
    Can I make same thing on enfold theme?
    then… Do I need to changed the setting with CSS? or I need to install the plugin?

    Plz help me out.
    Thanks a lot

    #1113158

    Hey shinseul,

    Try to go to Enfold > General Styling > Quick CSS, then add this css code:

    #top .avia-content-slider {
        overflow: visible;
    }
    
    #top .avia-content-slider .avia-slideshow-arrows a {
        opacity: 1;
    }
    
    #top .avia-content-slider .avia-slideshow-arrows a.prev-slide {
        left: -90px;
    }
    
    #top .avia-content-slider .avia-slideshow-arrows a.next-slide {
        right: -90px;
    }

    Hope it helps.

    Best regards,
    Nikko

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