- 
		AuthorPosts
 - 
		
			
				
August 16th, 2016 at 18:31 #38409
Hello good people! Transparency for presentation page text areas 1,2,3 and column backgrounds as well as post and pages. How can I do this?
Is there a solution for this?
This is the best wordpress theme I have ever used thank you everyone for making it!
August 21st, 2016 at 10:47 #38528Zed
Cryout Creations mastermindUse custom styling with rgba() colors on the appropriate elements.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.August 21st, 2016 at 11:06 #38535Hello Zed, I tried this many times but it did not work for me. So in colours section in the nirvana settings, I enter rgba colours and replace the hex entries? Do you have any samples, examples of this? Thank you.
August 29th, 2016 at 18:48 #38701Zed
Cryout Creations mastermindIn the theme’s settings you can only enter hex values (#rrggbb). To apply rgba() you need to use custom styling:
element, #element_id, .element-class { background-color: rgba( red, green, blue, transparency ); }
For example:
body #pp-texttop { background-color: rgba(128, 128, 128, 0.5); }
to apply a 50% grey bg on the first text area. The other areas are:
body #front-columns-box – columns
body #pp-textmiddle – second text area
body #pp-textbottom – third text areaPosts and pages are more difficult to do this on.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. - 
		AuthorPosts
 
The topic ‘Transparency background for presentation page’ is closed to new replies.