Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #319839

    Hi, I am trying to reduce the Opacity of the background colour in the main body to 80%

    I tried

    .site_background
    {
    opacity: 0.8;
    }

    but that reduced the opacity of everything including images, text etc.

    #319845

    Hi GOWD!

    Please add following code to Quick CSS

    .main_color { background-color: rgba(250,247,237,0.8); }
    #main, .html_stretched #wrap_all { background-color: transparent; }

    Best regards,
    Yigit

    #320034

    Perfect, thanks, you may close this thread

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Background Color Opacity’ is closed to new replies.