Change background color of the tabs

Add this code to the Custom CSS field on the Style tab of your Portfolio widget’s settings.

Without All tab:

.eapp-portfolio-project-list-categories-item {
  background: red;
}

With All tab:

.eapp-portfolio-project-list-categories-item {
  background: red;
}
.eapp-portfolio-button-active {
  background: red!important;
}

Hey Max,
Can you put a hex code in the code instead of naming the colour?
Thanks!

1 Like

Hi @Gina_Chong :wave:

You are most welcome to use hex codes instead of the color namings. They will perfectly work for you as well :slightly_smiling_face:

Got it, thanks!

1 Like