VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

how change the background and insert an image
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: how change the background and insert an image

how change the background and insert an image 27 Jul 2015 11:58 #7127

I'm trying to change the default background with an image. I modified this on template.css
body {
background-image: url(...images/headers/SFONDO3.png);
color: #2d2d2d;
font-family: 'sinkinsans_100thin_macroman';
font-size: 20px;
padding: 0px;
line-height: 1.6em;
}
without results.
Could you help me.
Thanks in advance
Gabriele

  • Posts:7
  • Gab75
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: how change the background and insert an image 28 Jul 2015 02:32 #7133

Modify:
 
body {
background-image: url(...images/headers/SFONDO3.png);
...
}
 

to:
 
body {
background-image: url(../images/headers/SFONDO3.png);
...
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: how change the background and insert an image 28 Jul 2015 07:34 #7135

Thank you very much...I didn't see my syntax error...but it doesn't work...maybe because I hava also this
/* HEADER */
#jf-header {
padding: 2px 0;
background: #ffffff;
}
because i want the header background white and a photo under the slideshow...

  • Posts:7
  • Gab75
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: how change the background and insert an image 29 Jul 2015 03:33 #7140

Try:
 
#jf-body {
background: ...;
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.78 seconds
Friday 19 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.