Advertisement:

Author Topic: Minimalist theme changing bg image  (Read 1099 times)

petrpatekml

  • Newbie
  • *
  • Posts: 1
Minimalist theme changing bg image
« on: November 17, 2013, 09:35:53 pm »
Hello,
At first iam novice and i have no programming skills. My problem is that i want to have background image. I am using this theme: http://classibase.com/minimalist-free-responsive-osclass-theme/
So what am i supose to do ?
Thank you for your polite reply. :D

clb

  • Newbie
  • *
  • Posts: 7
Re: Minimalist theme changing bg image
« Reply #1 on: November 19, 2013, 12:45:13 pm »
You can edit style.css file in your theme folder and add followign line at the end for of file.

body{background:url(http://url-to-your-image/image-file.jpg) repeat left top;}

use real url for your background image.

(reply posted on http://classibase.com/forums/topic/change-background-image-in-osclass-minimalist-theme/#post-1258 )

Good luck