I'm new to wordpress/pagelines and have been trying to make my content background semi-transparent and haven't had much luck.
I followed the instructions from under "Insert Custom CSS" and it didn't seem to make a difference to my site.
I've also installed the "Pagelines Customize" plugin and tried to enter the same css there to the style.css section and it also didn't make and visible difference.
Any suggestions would be greatly appreciated!
Content Background Transparency
Started by
rosiecatalano
, Mar 10 2012 06:34 AM
2 replies to this topic
#1
Posted 10 March 2012 - 06:34 AM
#2
Posted 10 March 2012 - 06:55 AM
It looks like all I needed was a # before the word 'page'. In pagelines-customize/style.css I entered this and it seems to have worked:
#page .content {background: rgba(251, 248, 255, .6);}
Hope that helps anyone else who comes across this issue in the future.
#3
Posted 10 March 2012 - 06:23 PM
Yes, the # sign is needed because the CSS selector is a DIV ID (which looks like
in the page HTML code).










