Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1212095

    Brian D’Angelo
    Participant

    I’m trying to remove the slider navigation arrows on Rev Slider (second slider).

    I’ve tried going to Navigation and turning everything off, but it’s not working and still showing the arrows.

    site: development.briandangelo.com on the Homepage.

    #1212180

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your customizer > Custom > CSS:

    .x-section .tp-mask-wrap .rs-toggle-content-active
    {
    display:none;
    }

    Let us know how it goes.

    Thanks.

    #1212196

    Brian D’Angelo
    Participant

    Okay, added, but unfortunately that didn’t work. What else can I do?

    #1212210

    Brian D’Angelo
    Participant

    It also appears that when I click on them they disappear. But I’m still not able to remove them completely.

    #1212463

    Brian D’Angelo
    Participant

    This has been resolved. The arrows are located in the Static/Global Layers for the slide. Once you are in the Static/Global Layers, you can delete the arrow layers from the slider builder.

    #1212541

    Darshana
    Moderator

    Glad you were able to figure it out 🙂