Recent Topics

1 Jan 31, 2009 10:55    

My b2evolution Version: Not Entered

I own the site www.dxbunderground.com/blog

running b2 evolution 2.4.2 . Urmm I would like to know how could I replace the header " Dubai Underground " in text with my own graphical customized header.

Looking forward to an early response...

2 Jan 31, 2009 12:22

You might want to start by editing the CSS for ...
div.widget_core_coll_title {
font-family: "Forte", Trebuchet MS;
text-align: center;
padding-top: 10px;
}
div.widget_core_coll_title a {
font-family: "Forte", Trebuchet MS;
text-align: center;
padding-top: 10px;
}

and using an image instead fonts

3 Jan 31, 2009 16:40

I was wondering if you could explain in a little more in detail !
Really sorry , noob here :(

4 Jan 31, 2009 16:56

Which skin is that you're using?

5 Feb 01, 2009 14:35

Its a bit customized version of Dark_contrast theme...

6 Feb 01, 2009 22:06

dude91 wrote:

My b2evolution Version: Not Entered

I own the site www.dxbunderground.com/blog

running b2 evolution 2.4.2 . Urmm I would like to know how could I replace the header " Dubai Underground " in text with my own graphical customized header.

Looking forward to an early response...

start with removing the text.. go to your admin > blog settings > widgets and remove the blog title widget.. now that you get rid of the text title, you can now place your header img there..

there is a various ways to do it
1. directly edit the _body.header.php insert your img with html tags..
2. use it as a background img of .inner via the css stylesheet
3. insert a free html widget in that container which u have removed the text widget from, use the html tags again


Form is loading...