Opacity on site

Posted in: Newsmag
Post count: 18

Hello, I’ve wrote on themeforest comment section and receive a good answer from Lucian C. and tried to implement the changes on my site, but without success. Here is our discussion there:

Hi, i’ve using now a background image on my site and it fits well, but I’d like to make it with opacity in order to be as your demo here – http://demo.tagdiv.com/newsmag_travel/ and the background wallpaper is visible tru the whole web site content. I’ve tried to find such an option in theme panel, but without success.

Hi,

Unfortunately, the theme dose not have any settings on this. This is travel demo specific implementation and we have achieved this by giving a bg with a 0.75 opacity to the main containers divs of the theme. You may use the web inspector on our travel demo to see that effect: http://screencast.com/t/wEBtdBLrt9j

You can use the same implementation for your site and just add the custom css code to your theme’s panel > custom code section.

If you need any additional assistance on this and/or for any future matters please address to our forum support and refer to this conversation and one of our forum support staff member will assist you in the shortest time: https://forum.tagdiv.com/

Hope you’ll find this useful!

Thank you! Lucian C. tagdiv

How can I implement this on my NewsMag theme with custom css? Thanks in advance.

Regards, Nick

Post count: 6535

Hi

As my colleague Lucian said you will need some custom css in order to achieve the transparency effect as on our demo. The code would be like this: http://screencast.com/t/0qEUMZbnKg

.td-container {
background-color: rgba(255,255,255,.75);
}

Let me know how it goes.
Thanks!

Post count: 18

Thank you very much, it works great!

Regards, Nick

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