Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1098752
    thrivewithfiona
    Participant

    HI, I have renew stack on the go.

    I have made the foreground transparent with the below code but only wish it to be transparent for the background, not the elements such as the pictures. Is there any better way of doing this?

    .site {
    opacity: 0.7;
    }

    url: summerstown182.co.uk

    #1098756
    thrivewithfiona
    Participant
    This reply has been marked as private.
    #1098779
    Joao
    Moderator

    Hi There,

    You Can use on your CSS

    background-color: rgba(0,0,0,0.7);

    Use a rgba color and your last number is the opacity.

    Hope that helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1098752 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>