• Resolved nikib3

    (@nikib3)


    Hi, I would like to change the body of my blog to be able to see the background. I did find some help online but the result was too transparent. I want a more opaque effect, not completely transparent. I changed the code a couple of times, adding code to make it opaque and playing with the opacity number, but nothing changed the transparency effect. I’ve ended up changing it back to normal until I can figure out how to get a slight transparency effect behind the posts. It seems from the little research I’ve done that there are a lot of people wanting this effect; it’s a wonder WordPress haven’t come up with the instructions on how to easily achieve this. Hope someone can help – remember I am pretty raw at this and pretty much “monkey-see, monkey do” – which can be dangerous, I know! Thanks in advance.
    I’ve included a couple of the changes I made, per advice from online help:

    /* Page structure */
    .site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    /* background-color: #fff; */
    background-color: opacity:0.50;;

    and the other one was:

    /* Page structure */
    .site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    /* background-color: #fff; */
    background-color: transparent;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • it’s a wonder WordPress haven’t come up with the instructions on how to easily achieve this.

    CSS is 100% theme and site specific, so there’s no one-size fix, and it’s a CSS question which really is not specific to WordPress.

    It’s also not possible to help with CSS without seeing your actual site – can you post a link to it?

    Thread Starter nikib3

    (@nikib3)

    Hi and thanks to you both.
    Response to WPyogi – thank you. Unfortunately the site is still on my localhost. I’m not yet ready to launch it.
    Response to shamratdewan – special thanks to you for that link. I’ve checked it out and it looks very informative. Until I have some time to play with the settings to see what I can get to work, I’ll leave it alone, but at least I have some valuable info to work with.

    Thanks heaps to you both for taking the time to respond. Love that people are so willing to share their knowledge – especially for us newbies and non-techies. Again, many thanks to you both.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change blog to transparent so the background can be seen’ is closed to new replies.