Per our last conversation: http://themeforest.net/item/newsmag-news-magazine-newspaper/9512331/comments?page=112&filter=all#comment_11861245
I would like to create a transparent background, the same you have here: http://demo.tagdiv.com/newsmag_travel/
Could you give me some directions on how to modify it?
Also, what is the best way to keep a Blog on the same folder (not subdomain) separate from the other sections of the theme. I would also like to have separate categories on the blog and a separate page that won’t interfere with the rest of the sections/categories. Does it make sense?
Thank you very much and I hope you have a nice day!
Hi
The background image doesn’t have any transparency effects. This is the original image used for background on our demo: http://demo.tagdiv.com/newsmag_travel/wp-content/uploads/2015/09/bg-cropped-final.jpg If you want to apply a transparency effect try this css in theme panel > custom cod e> custom css: http://screencast.com/t/z3fWzEDebR and change the opacity value as you want.
.backstretch{
opacity: 0.3;
}
You can try the multi-site feature of WordPress to achieve that. Here is the official documentation: http://codex.wordpress.org/Create_A_Network Please consider that this is a complex task which require many customizations and for the moment we cannot offer any type of custom work. If you can’t do this by yourself my advice is to look for someone to help you or hire a freelancer from sites like http://studio.envato.com/ to do it for you.
Thanks!
Hi Andrei,
1. Sorry for my confusion, I was referring to this http://grab.by/MY28
2. Also, is there a way to make the header menu bar transparent?
3. Is there a way you can mass (bulk) manipulate the fonts in all of the posts at once? Say for instance I want to change the font from Arial to Verdana, or the color, without visiting each post and manually change it. I have more than 100 posts that I want to change.
Thank you all for your help.
Keep up the good work.
Hi
1. Try this css in theme panel > custom code > custom css and modify the indicated value as you want: http://screencast.com/t/o7GpfeYHH0hd
.td-container {
background-color: rgba(255, 255, 255, 0.45)!important;
}
2. Try this css: http://screencast.com/t/8ZPc9PFL5h91
.td-header-top-menu{
background-color: transparent!important;
}
3. You can change the fount used in post from theme panel > theme fonts: http://screencast.com/t/y2zbYYW6ty
Let me know how it goes and if you still need further instructions please provide more details.
Thanks!
Hi
You can change the post content color from theme panel > theme colors: http://screencast.com/t/QzXLIpgg – http://screencast.com/t/QXQzsDdKoj
If this is not what ou man please provide more details.
Thanks!
Hello guys,
I tried all these codes to do the blocks begind text transparent and it doesnt work đ
https://www.dropbox.com/s/6fcunpi58abrclf/1.jpg?dl=0
Please see the screenshot of my site and where I want to add transparency:
https://www.dropbox.com/s/hlq3sum1goz0scw/2.jpg?dl=0
Thank you very much!