General > General Technical Chat

EEVblog Wordpress Help!

(1/1)

EEVblog:
I've got a nice new EEVblog header courtesy of a viewer, but cannot get it displaying properly in my Wordpress header.
See the current site for progress!

The black header normally scales to the size of the title and slogan text, but I no longer want that text displayed (replaced by the banner) and have blanked out the text and the image no longer scales the header.
But I want to keep the title text in Wordpress itself because it impacts the browser title etc.

Is anyone familiar with this CSS stuff and knows how to just display the fixed size banner in the header?
The CSS file can be downloaded here:
http://eevblog.com/stuff/

Obviously it's in the .header function and images/logo.png is the header logo I want displayed.

Thanks
Dave.

alm:
I assume that the title (that you want to keep in the HTML) is usually within the a tag in the h1?

This appears to work when I try it in Firebug. I added them to the current properties of each selector, for example for .header. the background: url(.../bg-bubbles...) repeat-x ... stuff was replaced by background:black:

--- Code: ---.header {
    backgrond: black;
}

.logo a {
    display: none;
}

.intro .intro-wrapper {
    height: 117px;
}

--- End code ---

Some fine tuning may be necessary, but it should be enough to get you started.

EEVblog:
That did the trick, got it, thanks!
Far too easy.

Dave.

mrpsychotic:
It is still there for me, do you have the addon where it sends out periodically updated cached pages rather than the actual php?

EEVblog:

--- Quote from: mrpsychotic on January 09, 2011, 07:17:58 am ---It is still there for me, do you have the addon where it sends out periodically updated cached pages rather than the actual php?

--- End quote ---

I switch off the cache for edits like this, and it's working my end instantly. So maybe a cache at your end?

Dave.

Navigation

[0] Message Index

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod