Block Heading Text

Hi Guys,

This is probably going to sound like a really dumbarse queston, cause it does to me, specially getting everything else working on my site...but could someone please point me in the right direction to where I can change the bloody font colour of the block headings, I.E SITE STATS, BOONEX NEWS, MEMBER LOGIN etc...

I am hanging my blonde head in shame at having to ask this but its driving me nuts cause I can't find anywhere that will edit them! grrrr

Cheers in advance for any advice!

Cry

Quote · 20 Jul 2009

if you are using d7
templates/base/css           files to play around with :)

general.css
common.c

Quote · 20 Jul 2009

hey buddy, sorry I forgot to mention the version - am using 6.16 at the mo...but cheers for the info...

Quote · 20 Jul 2009

lol  just look around in those two files :)
general.css
common.css

Quote · 20 Jul 2009

Nice try there.  But those files won't work.

 

Try:

 

templates/tmpl_uni/anchor.css (beginning of the file)

 

a:link
 {
  color:#B15900;
  text-decoration:none;
 }
 a:visited
 {
  color:#B15900;
  text-decoration:none;
 }

 a:hover,
 a:active
 {
  color:#9E5700;
  text-decoration:none;
 }

 

For Dolphin 6.1.6

Quote · 20 Jul 2009

This will work - block headings, I.E SITE STATS, BOONEX NEWS, MEMBER LOGIN etc...

 

templates/tmpl_uni/css/general.css

 

class boxFirstHeader

 

color:#666;

Quote · 20 Jul 2009

Nice try there.  But those files won't work.

Try:

templates/tmpl_uni/anchor.css (beginning of the file)

a:link
{
color:#B15900;
text-decoration:none;
}
a:visited
{
color:#B15900;
text-decoration:none;
}

a:hover,
a:active
{
color:#9E5700;
text-decoration:none;
}

For Dolphin 6.1.6

That would work if the headings were links. I've seen that before. Anytime there is an "a" it means it's a link.

Quote · 20 Jul 2009

Sorry.  Wrong spot then.

 

templates/tmpl_uni/css/general.css

 

.boxFirstHeader
 {
background:url(../images/box_right_corner.jpg) no-repeat top left;
  
  padding:15px 0 11px 45px;
  font-size:11px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-weight:bold;
  color:#424D5D;
  text-align:left;
  
  
 }

 

How's that work.  Now I have to feel stupid for misreading the quesiton.  Dang blonde moments, and mines turning gray. 

Quote · 20 Jul 2009

Lol MD...Cheers for the info everyone okweb's worked perfect...talk about blonde moments tho, I had looked at that 1000 times and thought #666? I am sure that shows up as blue in photoshop thats why I didn't change it cause it does grrrr lol

Cheers again for the info tho everyone!

Quote · 20 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.