CSS editing
I find on global.css on row n°2780 this id:
#index.fluid_width header { position: absolute; top: 30px; z-index: 999; width: 100%; left: 0; background: transparent; padding: 0 30px; }
when change background color in #ffffff nothing happen.
The same with products tab on 2787
.fluid_width .home-products-tab { margin-top: 0; border: 0; background: #f5f5f5f; padding-top: 90px; padding-bottom: 60px; }
changing the background nothing change.
Am I doing something wrong?
How can i edit CSS?
Thanks a lot