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.
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;
}
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.
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):
Thanks
ThemeNectar Support Team
Thank you, Tahir. I appreciate your help.