Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1289018

    Hello, Ive been looking all over the forum for a snippet code for transparent header. I came across this code but it makes everything transparent including the text. I only want the background to get transparent not text. Please Help

    #header{
    opacity: 0.3;
    }
    #1289463

    Hey Manuel,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1289474

    Sure

    #1290041

    Hi,

    Thanks for that. Please try this CSS instead:

    #header {
        background-color: rgba(255, 255, 255, 0.1);
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.