Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1010526

    appcarouseldesign
    Participant

    HI was wondering
    How to remove the tool tip like flags on the revolution slider dot navigation. the little flags that say “slide” I don’t see where in settings to turn off.
    I’m on latest wp and theme and cornerstone versions
    you can see sample at appcarousel.com
    best
    erin

    #1010543

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can control this settings from Slider Settings > Navigation > Bullets – http://prntscr.com/b8k1ow

    However if you can’t control this then you can add this under Custom > CSS in the Customizer.

    .ares .tp-bullet-title {
      display: none;
    }

    If you have additional questions regarding Revolution Slider then I’d suggest you to follow Revolution Slider Documentation first since everything is well-explained there with very organized manner.

    Hope this makes sense.