• Closed by: Fred
  • Closed on: 01.04.20, 12:21
  • Reason: Closed
  • Comment: Glad to help!

Ticket #16654 - How to set colors of main pages. It is only white.

I would like to ask how I can change the colors in the main page.
Now it is all white. We would like to make the background OD or a camoflage color.

Dimitirs

Comments

Fred 19 Jan 2020, 20:03

Hi, Dimitrios.
If you want to change the background of the page, use the following CSS:

body {background:#YOUR_COLOR}
Dimitrios Koumatzidis 26 Jan 2020, 19:17

Thanks for your reply
I read in https://www.w3schools.com that if I want to place a background image
I should place background-image: url(”paper.gif”)
I would like to ask in which file I should upload my image and what will be the url address?

Dimitris

Fred 27 Jan 2020, 11:21

you can upload your file anywhere, for example to the folder /themes/alysum/assets/img then your css will be like this

background-image: url("http://koumatzidis.gr/themes/alysum/assets/img/paper.gif");