• Resolved danieltrocchio

    (@danieltrocchio)


    hello,
    i would really like to make the “content background” transparent, that i applied on the right side of my blog page, so you can see my background image through it when scrolling through my pictures on the front page. (but still have the color slightly there, just not opaque)

    i hope this is possible? if so a step by step instruction would be great, as i am not super familiar with the tech jargon of wp, but have managed to alter css code in the editor before.

    my website is danieltrocchio.com

    thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter danieltrocchio

    (@danieltrocchio)

    (looks like what I’m looking for is to change the “opacity” of the content background on the front page)

    Thread Starter danieltrocchio

    (@danieltrocchio)

    i think i have it figured out.
    i tried a resolution i found randomly on internet and it seems to work, except on mobil it scrolls and isn’t fixed, but thats alright. on mobile i actually liked the flat non-transparent color, but i don’t know how to do while keeping it transparent on computer and tablet.

    the resolution was just pasting:

    #wrapper{background:rgba(0,0,0,.8)!important;}

    at the bottom of the style css

    I have to say that’s very creative…I like it. Anyway, your discovery is the way to do it with the RGBA method to allow transparency.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘would like to make the content background transparent’ is closed to new replies.