• I am using Attitude and recently added a “FullWithBackground-Slider”. Now I would like to make all my text pages slightly transparent. Then you could see a little from the background image. Does anyone know which CSS item I have to modify?

    Thanks and greetings from Vienna

Viewing 1 replies (of 1 total)
  • Hi maybe you can use color with rgba code:

    color:rgba(0,0,0,0.8);

    where 0.8 is the opacity of the color, you can find the color converter from hex to rgba via google. thanks

    hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Pages with transparent background’ is closed to new replies.