coachkriswatkins 0 Report post Posted June 1, 2012 I am having a hard time getting youtube videos to appear in my sidebar. Any suggestions? Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted June 1, 2012 Hi, How are you trying to add the YouTube videos to your website ? Would it be possible to go into detail the steps you have taken and the code you have used please. Please search our forums, before posting! Share this post Link to post Share on other sites
coachkriswatkins 0 Report post Posted June 1, 2012 I just figured it out, I was placing the url and not the video id. One more question though. Do you know how to make the content area semi transparent? So that you can see some of the supersized background image? Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted June 1, 2012 Hi, That would require custom code, to do this use the following code as a base, for you to have a play with the color and etc... [code].canvas .page-canvas, .thepage .content { background:rgba(200, 54, 54, 0.5); }[/code] Also check out this post here, it is a great resource for useful CSS tips and tricks. http://css-tricks.com/rgba-browser-support/ Please search our forums, before posting! Share this post Link to post Share on other sites