• Resolved meyerwp

    (@meyerwordpress)


    Hello,
    I got this one
    #lu5t — paste this into your Custom CSS —

    /*Change background of headings */
    #primary.content-area {background:#33ffaa;}

    This is perfect but I would like to
    add transparency to it so I can see still a little the background image

    Thanks for your feedback!
    http://jeromemeyer.com/?page_id=37

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter meyerwp

    (@meyerwordpress)

    I saw solution by adding a semi transparent picture but here it si a little different:
    I added opacity 0.5 so I got the transparency.
    Unfortunately my content went as well transparent

    /*Change background of headings */
    #primary.content-area {background:#33ffaa; opacity 0.5;
    }

    how can I exclude this command from the content I post

    thank you for your feedback!

    Thread Starter meyerwp

    (@meyerwordpress)

    #primary.content-area {
    background:rgba(63, 63, 63, .5);
    }

    is the solution
    thanks to antonietta 456

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding transparency command line to background’ is closed to new replies.