• Resolved thyleullar

    (@thyleullar)


    It’s been almost 20 years since I’ve built a website, so I turned to WordPress with the Hueman theme for ease and speed… but the one thing that’s irking me is the white background for the content area on both pages and posts. I’ve searched and tried several CSS snippets, with no success.

    Either partially or completely transparent opacity would be much preferred–you cant even see the background image! If anyone with some more modern experience would be able to give me a hand, I would greatly appreciate it!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Thyleullar,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    .main,
    #page .container-inner {
      background: transparent !important;
    }

    Thanks!

    Thread Starter thyleullar

    (@thyleullar)

    That is exactly what I needed, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page & Post Opacity’ is closed to new replies.