Okay
  Public Ticket #1500435
Post Slider - Remove Transition Dots
Closed

Comments

  • landonhanser started the conversation

    Is it possible for me to HIDE or Delete the transition dots on my Post Slider?

    https://www.screencast.com/t/Dc68B3N9pFWa

    If not, ... maybe change the font colors to white to blend into background.

    Let me know your thoughts.

  •  9,014
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-recent-posts-slider_multiple_visible .flickity-page-dots {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team