Jump to content

Recommended Posts

Posted

Finally i have found the time to work on our schools website.

 

it is nearly ready for release but one thing which i am struggling to change is some colours.

 

Middlecott School - Home

 

I want to change the top menu background colour and I also want to change, the colour of the headings.

 

(basically anything in orange)

 

I am completely new to this whole joomla web editing thing :eek:

So please keep it simple!!

 

Thanks.

Posted (edited)

first thing i have noticed is that you have not removed all the script for the colour change ??

 

change

if ( $my->id ) {
initEditor();
}
mosShowHead();

// *************************************************
// Change this variable to switch the default color-scheme
// *************************************************

$primary_style = "blue";	// blue | light | red | burgundy | coffee | mint | lime | orange | highc-1 | highc-2

?>

 

for

if ( $my->id ) {
initEditor();
}
mosShowHead();

?>

 

change


 

to


 

then remove













 

also remove

<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/highc-2.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/highc-1.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/orange.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/lime.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/mint.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/coffee.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/burgundy.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/red.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/light.png
<?php echo $mosConfig_live_site;?>/templates/rt_rokwebify/images/switcher/blue.png

 

This will make blue permanant then you need to change images in the blue file to the colour you would like the header ones are header-bg.png header-l.png header-r.png once they are changed your done.

 

To make life easer I done the changes needed to the index file and uploded it for you just remove the .txt extention and put it in the rt_rokwebify file to replace the old one (i would rename the old one first in case there is a problem) I have tested it and it works Fine you will just need to edit the .png in the blue image file as above.

index.php.txt

Edited by alonebfg
  • Thanks 1

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...