Tagged: tab section
Hello. Please see image for desirables. Would like to remove the underline/border that appears under the arrow.
Thank you,
Ryan
Hi accurIT!
I do not see that issue
https://nimbus.everhelper.me/client/notes/share/816267/723oxdlu9lxo6abohu0u
Thank you
Cheers!
Basilis
Strange. I’m seeing it on other sites as well.
Hi,
you can remove it using this code inside Quick CSS field:
#top .av-tab-arrow-container span {
display: none;
}
Best regards,
Andy
Hey Andy. That removes the whole arrow. Please have a look at my image to see what I’m seeing.
Thanks,
Ryan
Hi,
Please try the following instead:
.av-tab-arrow-container {
top: 8px !important;
}
Best regards,
Rikard
Works great. Thank you!
Hi,
Glad we could help :)
Best regards,
Nikko