Jump to content

[SOLVED] How to change the back backgroung


Recommended Posts

This color is controlled in the global.css file ..themes/yourtheme/global.css look for background and change the color.

Since you have custom theme I can not tell you then exact line.

If you leave a link to the site I can have a look and give better info.

  • Like 1
Link to comment
Share on other sites

You can change the color in the block below in the global.css file at line 69

 

/* ************************************************************************************************

generic style

************************************************************************************************ */

body{

font:normal 11px/14px Arial, Verdana, sans-serif;

color:#222;

background:#fff;

font-size:12px;

background-position: center top;

}

  • Like 1
Link to comment
Share on other sites

thanks for the solution, here is an inctruction how to mark thread as [sOLVED]

To mark a topic as [solved] :

- Edit the first post of your topic by clicking on the "Edit" button,

- Click on the "Use full editor" button,

- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

 

i will be really grateful if you will folow these steps in the future :)

 

thanks in advance

 

regards

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...