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

    Hi,
    I’m building portfolio and I’d love to swap navigation type from dots to text.

    I found that controls are desribed by numbers.
    I could hardcode it but please let me know how to change numers to slide titles.
    <div class="avia-slideshow-dots avia-slideshow-controls"><a href="#1" class="goto-slide">1</a><a href="#2" class="goto-slide active">2</a><a href="#3" class="goto-slide">3</a><a href="#4" class="goto-slide">4</a><a href="#5" class="goto-slide">5</a><a href="#6" class="goto-slide">6</a><a href="#7" class="goto-slide">7</a><a href="#8" class="goto-slide">8</a><a href="#9" class="goto-slide">9</a></div>

    Thanks.

    • This topic was modified 10 years, 4 months ago by Mariusz.
    #285389

    Hi motylanogha!

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

    .avia-slideshow-dots a { display: inline; background: transparent; }

    Regards,
    Yigit

    #285391
    This reply has been marked as private.
    #285393

    Hey!

    Please change the code to following one

    .avia-slideshow-dots a { display: inline!important; background: transparent; opacity: 1!important; }

    It should look like this – http://i.imgur.com/TllyU2o.png

    Cheers!
    Yigit

    #285395

    ok and how to swap digits to slide title?

    #285404

    Hey!

    You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.

    Regards,
    Yigit

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