• Resolved breitgo

    (@breitgo)


    Dear all,

    how do I set opacity for the grid brackground?

    Tried so far:

    #post-grid-338 .item {
    background: none;
    }

    in Custom CSS of template as well as in custom script part (custom css).

    Thanks
    Christian

Viewing 1 replies (of 1 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post.
    Please try rgba value, see the example.

    
    #post-grid-7 .item {
      background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    }
    

    add !important if need.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Setting Opacity for Grid Background’ is closed to new replies.