2

I had installed magento 2.0.2 and also override the templates I am stuck on a point that where do i write my css for my own styling. How do i change the css of existing template.

Qaisar Satti
  • 2,742
  • 2
  • 18
  • 36
atifaltaf
  • 178
  • 3
  • 12

1 Answers1

1

app/design/frontend/namespace/yourtheme/web/css/source/_theme.less

start with changing the header background

.page-header {
    background-color: #000;
}

check this also

Community
  • 1
  • 1
Qaisar Satti
  • 2,742
  • 2
  • 18
  • 36