Advertisement:

Author Topic: [SOLVED]background-color #ffffff  (Read 3416 times)

Nicolas30

  • Sr. Member
  • ****
  • Posts: 295
[SOLVED]background-color #ffffff
« on: October 14, 2013, 07:24:40 pm »
Hello everyone,

What is the file to edit to change the color of general fund?
Which is currently # ffffff

Thank you for your answers

Regards
« Last Edit: October 14, 2013, 08:32:40 pm by Nicolas30 »

strata

  • Sr. Member
  • ****
  • Posts: 411
  • Always good, always...
Re: background-color #ffffff
« Reply #1 on: October 14, 2013, 07:26:31 pm »
you mean currency value ? try to find it on main.css

Nicolas30

  • Sr. Member
  • ****
  • Posts: 295
Re: background-color #ffffff
« Reply #2 on: October 14, 2013, 07:35:33 pm »
Thank you for your answer ...

I speak from the bottom of the page which is currently white color ...

I would like to change to put a picture ...

I looked in the file "main.css" but I have not found ...

Regards

strata

  • Sr. Member
  • ****
  • Posts: 411
  • Always good, always...
Re: background-color #ffffff
« Reply #3 on: October 14, 2013, 07:52:54 pm »
Bottom of the page have id footer (#footer) try to find this line on your main.css  and add some background color to somethig like #footer{background: #fff; color: #000;}
regards.

Nicolas30

  • Sr. Member
  • ****
  • Posts: 295
Re: background-color #ffffff
« Reply #4 on: October 14, 2013, 08:10:43 pm »
Bottom of the page have id footer (#footer) try to find this line on your main.css  and add some background color to somethig like #footer{background: #fff; color: #000;}
regards.

No it is not the FOOTER, but any page I want to change ...

Example here http://www.bikersbay.co.uk/ (wallpaper)

Regards

strata

  • Sr. Member
  • ****
  • Posts: 411
  • Always good, always...
Re: background-color #ffffff
« Reply #5 on: October 14, 2013, 08:17:31 pm »
Oh, you want to change background ? find on the main.css or add this body{background: url(images/background.jpg) no-repeat; background-size: cover;} hope it can help and dont forget to add background images on your images folder :)

Nicolas30

  • Sr. Member
  • ****
  • Posts: 295
Re: background-color #ffffff
« Reply #6 on: October 14, 2013, 08:31:03 pm »
Thank you so much ...

Here is the code I ready inserted
Code: [Select]
body{background: url("../images/bk2.png") repeat scroll 0 0 rgba(0, 0, 0, 0)} and is what I wanted ...

Regards

strata

  • Sr. Member
  • ****
  • Posts: 411
  • Always good, always...
Re: [SOLVED]background-color #ffffff
« Reply #7 on: October 14, 2013, 08:35:29 pm »
Glad to know your problem solved ...good luck :)

Glynis

  • Newbie
  • *
  • Posts: 2
Re: [SOLVED]background-color #ffffff
« Reply #8 on: December 03, 2013, 12:22:08 am »
Thanks to you both - it helped me too! :)