How to get past this problem? w-tab-link property keeps interfering with changing a tabs background to transparent.
Hi @Kert_Pilman,
I would be happy to help.
Could you provide your Webflow share link? Share a read-only link | Webflow University
I’ll take a look to see what options we have.
I think I already found a solution. Putting CSS straight into the HTML as custom code:
.w-tab-link { background-color: transparent; } .w-dropdown-list { background-color: transparent; }Thos clears these two parameters that get in the way in every project
Awesome! Sounds good.
Good luck ![]()