Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #483509

    when using the post slider with Product Cat, I would like to have the navigation arrows visible at all times vs hover.

    Also, how do I change the colors of the square/arrow?

    #483569

    Hey Scott!

    Add this to your custom CSS.

    .avia-slideshow-arrows a {
      opacity: 1;
    color: red !important;
    }

    Cheers!
    Elliott

    #484110

    Hello.

    Thanks I have figured out how to modify the square navigation buttons.

    But my other question was about getting the navigation buttons to show at all times.
    Right now you have to hover to see the navigation. How can I make it persistant – showing at all times?

    thanks,
    Scott

    • This reply was modified 9 years, 3 months ago by SiteBuilder. Reason: solved part of my earlier question
    #484290

    Hi,

    I’m not sure what you mean by that, the following code makes the buttons visible at all time, not only on hover. Please post a screenshot of the issue if we’ve misunderstood you.

    .avia-slideshow-arrows a {
        opacity: 1 !important;
    }

    Regards,
    Rikard

    • This reply was modified 9 years, 3 months ago by Rikard.
    #484636

    check out this link for better clarification.

    #485137

    Hey!

    on the link you have provided I can’t see any sliding images. Can you show us a real slider where the arrows are not persistent for you, although you are using Rikard’s code?

    Regards,
    Andy

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