Theme Color


How to Change Header Background Color ?

You change the sidebar background of the theme go tho the scss folder and open _pc-header.scss file. In that we have add the color.

                        
                                            
--theme--header--bc: #fff !default;
                                            
                                        
Now, save your _pc-header.scss and check in browser
If you want to change background color of the theme then color of your color and change color in the _pc-header.scss.