Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1230316

    On my services page – http://powertoyu.com/services/, I have testimonial slider at the bottom of the page. I would like to remove the slider arrows since there is only on testimonial. I am trying the following code but it is not working

    .page-id-10 .avia-slideshow-arrows {
    display: none !important;
    }

    Thanks

    #1230324

    yes because it is not that ID:

    .page-id-103 .avia-slideshow-arrows {
        display: none;
    }

    try first without !important. if it does not work set it to important.

    #1230421

    Hi navindesigns,

    Did you get it working with Guenni007’s suggestion or do you need more help?

    Best regards,
    Victoria

    #1230443

    Yes. it is working now

    thanks again

    #1230471

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove slider arrow only one page’ is closed to new replies.