Content area opacity and color

Posted in: Newsmag
Post count: 3

Hi there,

I’m wanting to change the opacity and colour of the white that the content sits on, so I can partially see the background through it. I’ve done it before on another page I created (www.thegreatdayout.com.au), but I can’t for the life of me found where I did it. I wouldn’t have used custom CSS etc, so it must be in the Theme Panel somewhere. To clarify, its slightly transparent on all posts and pages.

Can someone please jog my memory?

Huge thank you! 🙂

Post count: 23312

Hello m1keb1ggs,

If you want to change the opacity value, you should use a bit of CSS code to do that. As a quick solution, you can use the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-newsmag-travel .td-container {
background-color: rgba(255, 255, 255, 0.4)!important;
}

Also, if you want to make this change in the core file, you should edit the style.css, change this class and modify the latest value for background color which is the value of opacity.

Thanks for your understanding!

Post count: 3

Thanks Catalin, that has done the job, but I certainly don’t have that custom CSS on my other site. I believe I loaded the travel demo and it came from there.

All good. Thankyou!!

Post count: 23312

Hello m1keb1ggs,

Yes, surely, each demo comes with the own style.css.

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.