rCMS/UberCMS Header Changing

Aug 8, 2011
2
0
Hello,

So basically on the me page I want to change the colour of the header, but im not sure how. Ive tried inserting a code into the head generic file but it didnt work. This is what I need to change:

242wxna.png


I need to change the light blue to a darker blue

Thanks
Josh
 

emo-nemo-123

Member
Nov 20, 2011
80
11
FOUND IT! okay so go to, ...inc>tpl>head-overrides-generic.php, and look for somthing like this
PHP:
<!-- Uber style overrides -->
<style type="text/css">
body { background-image: url('%www%/images/bg.png') !important; }
#header-container { background-color: #B8DBEB; }
h1 a {
and change
Code:
background-color: #B8DBEB;
to a color code. for example, on devbest to pick your bar colors its something like, #blahblah.
so for mine i put #000000 [black] . enjoy :D
 
Aug 8, 2011
2
0
FOUND IT! okay so go to, ...inc>tpl>head-overrides-generic.php, and look for somthing like this
PHP:
<!-- Uber style overrides -->
<style type="text/css">
body { background-image: url('%www%/images/bg.png') !important; }
#header-container { background-color: #B8DBEB; }
h1 a {
and change
Code:
background-color: #B8DBEB;
to a color code. for example, on devbest to pick your bar colors its something like, #blahblah.
so for mine i put #000000 [black] . enjoy :D

Thanks so much dude. Worked like a charm.
 

Users who are viewing this thread

Top