Recent Topics

1 Jun 08, 2009 04:16    

My b2evolution Version: Not Entered

I'm trying to change the text color of the "blog title" in the header. I'm using the "glossyblue" template and version 2.4.7. The blog is located at http://www.themaintenanceguy.com.

I've uploaded a custom header image and the "blog title" text color is fading into my image.

I've looked through the files in the template folders but can't find any reference to the "blog title". If somebody can point me to the file I need to edit, I think I'll be okay.

Thanks in advance.

-Ryan

2 Jun 08, 2009 05:57

Welcome to the forums :)
Check out the following in your style.css
Adjust the colors to suit

h1 {
	margin:0px;
	background: url(img/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}

3 Jun 08, 2009 07:31

John-

Thank you.

It took a few minutes of experimenting to figure out what section of code changed which line of text but I got it figured out.

-Ryan


Form is loading...