I have created a custom theme which is inherited from the blank theme, how to add background color for the header wrapper?
web - css - source
_header.less :
.page-header{ background-color: #000000;}
_extend.less:
@import "_header.less";
Is my practice right?
Hi @Aveeva ,
can you try below solution
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
@Nishu Jindal I did exactly the same, still my header color not changing.