How to turn Transparency on!

Posted in: Newspaper
Post count: 3

Hello. I been happily using Newspaper theme for my site. http://www.fotogemalarevista.com. My question is: how can I turn the space around the pictures in my main page to a semi-transparent state, like in your demo here: http://demo.tagdiv.com/newsmag_travel/

Thanks in advance for your help!

Pedro Ruidiaz

Post count: 23312

Hello pruidiaz,

If you want to have the same effect with Newsmag, you have to use a bit of CSS to set the background to be semitransparent. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-main-content-wrap, .td-category-grid {
background-color: rgba(255,255,255,0.75)!important;
}

The result you should see here -> http://screencast.com/t/OKeOoKKO

Thank yu for your understanding!

Post count: 3

Hello Catalin,

I tried you solution and got the expected results!!!

Thanks a lot for your prompt help!!!

Pedro

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