Tab Button Styles

/**
 * Select Navigation Colors
 * From Will-Myers.com
 * Tab Bar
**/
.wm-tabs[data-navigation-type="select"] {
  --select-menu-background-color: black;
  --select-menu-border-color: white;

  --select-navigation-button-background: transparent;
  --select-navigation-button-color: currentColor;
  --select-navigation-button-border-color: blue;
  --select-navigation-active-outline-color: blue;

  --select-button-color: white;
  --select-button-hover-background: blue;
  --select-button-active-color: red;
}
Will Myers

I support web designers and developers in Squarespace by providing resources to improve their skills. 

https://www.will-myers.com
Next
Next

Vertical Tabs Styles