Opacity of the theme header - transparency ?

Essential

New Member
Hi, can we change the opacity of the theme header ? To make it more transparent ? I think it can give a much better look to the landing page

Capture d’écran 2019-01-27 à 00.00.12.png
 

Attachments

  • Capture d’écran 2019-01-27 à 00.00.12.png
    Capture d’écran 2019-01-27 à 00.00.12.png
    179.3 KB · Views: 4
E

Ekaterina Sayapina

Guest
Hi, can we change the opacity of the theme header ? To make it more transparent ? I think it can give a much better look to the landing page

View attachment 7883
Hello,

There's no point in making the Menu block transparent as Slider height is limited
However, you can change its background color:

.home .categories-menu {
background-color: blue;
}
 
Top