Jump to content

How To Change Colour


Recommended Posts

(N.B> Sample code from PS 1.5.3.1. other versions may differ slightly. Main idea should be clear)

 

Edit /themes/<your theme folder>/css/global.css

 

Find:

 

/* BLOCK .block ******************************************************************************** */

.block {margin-bottom:20px}

#footer .block {margin-bottom:0}

.block .title_block, .block h4 {

padding:6px 11px;

font-size:12px;

color:#fff;

text-shadow:0 1px 0 #000;

text-transform:uppercase;

background:#383838; // <-- Change this colour for the block headers left, middle & right columns)

text-align:left;

font-weight: bold;

}

 

For the topmenu:

find the file

/modules/blocktopmenu/css/superfish-modified.css

 

copy it to

/themes/<your theme folder>/modules/blocktopmenu/css/superfish-modified.css

 

(this, to override it, instead of changing the original file)

 

Edit this last file. Find:

 

 

.sf-menu {

margin: 10px 0;

padding:0;

width:980px;/* 980 */

background:#383838; // <-- Change this colour for the topmenu background colour

}

 

That should do the trick.

Pascal

Edited by PascalVG (see edit history)
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...