Viewing 1 replies (of 1 total)
  • Plugin Author Clayton R

    (@mrclayton)

    Hello @berkmh,

    To change the color of the panel, you can add your own css changes to your theme’s custom.css file. The custom.css file will not be overridden when you update your theme.

    For example, in you custom.css file you could add the following:

    .panel .panel__header{
          background-color: green !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Panel Header color change?’ is closed to new replies.