Jump to content

How to add background color to site! : )


Recommended Posts

Good morning

 

Either via cpanel or ftp go to:

 

public_html/your theme/css/global.css

 

And at around line 57 you will see:

 

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

generic style

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

body{

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

color:#000;

background: #fff; Change #fff to what ever colour you require

 

Hope this helps

 

Paul

Link to comment
Share on other sites

FTP is an service, you need to use some software to connect to your hosting. then you will be able to download file and apply changes there.

 

you can also check your webhosting control panel, usually there is something to manage the files (files manager etc.)

Link to comment
Share on other sites

body {
font: normal 11px/14px Arial, Verdana, sans-serif;
color: #222;
background: #fff;
}

change background to background: pink; in http://breastcancerstore.net/themes/default/css/global.css

 

 

to change menu background edit background param in:

.sf-menu {
margin: 10px 0;
padding: 0;
width: 980px;
background: #383838;
}

it's a part of this file: http://breastcancerstore.net/modules/blocktopmenu/css/superfish-modified.css

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...