Hello again. I would need your help once again (and probably not for the last time). 1. What dimensions has to be the photo I wish to put as an background image so it dos not duplicate itself when I scroll the page? 2. Is there a way to put this rounded edge text boxes in the pages? Something like this: Thank you in advance!
1. There is not fixed dimension for background image, Add image of any dimension the code given below stretched your image. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: html, body { background: url(Enter your image address) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } 2. Download the Special Text Boxes plugin from WordPress.org http://wordpress.org/extend/plugins/wp-special-textboxes/ This will solve your issue.