Okay
  Public Ticket #2963216
Sticky Tabs
Closed

Comments

  •  13
    thecreativeblock started the conversation

    Hello, I am using sticky vertical tabs on this page (https://thecreativeblock.marketing/home-next/) and I have a question. Is there any way to increase the delay before the next tab is highlighted? For example, the highlight changes from "graphic design" to "copywriting" as soon as the second image appears. I'd like it to wait until more of the second image is visible. As always, your help is greatly appreciated. 

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-scrolling-tabs .scrolling-tab-nav a {
        transition: color 1s !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  13
    thecreativeblock replied

    Thank you, Tahir. I appreciate your help.