Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Another text in "Overlayed Blog Title/Tagline Style" (http://forum.bytesforall.com/showthread.php?t=13545)

tom.cat Mar 29, 2011 04:10 AM

Another text in "Overlayed Blog Title/Tagline Style"
 
Hello everyone!

I have a question. I've installed atahualpa on my presonal site and made blog title on the header. Then I've enabled "Overlay Blog TITLE over Header". And now atahualpa display two times blog title and tagline. So, I want to put another information to overlayed area (for example my phone number or etc.)

How to do it?

Thanks!

juggledad Mar 29, 2011 04:52 AM

There are two places where the Blog Title/Tagline can appear
1) in the logo area - controlled by ato->Style & edit HEADER AREA->Show Blog Title? and Show Blog Tagline?
2) as an overlay of the header image - controlled by ato->Header Image->Overlay Blog TITLE over Header Image(s)? and Overlay Blog TAGLINE over Header Image(s)?

if you want something else overlaying the header image, add a
HTML Code:

<div id="my-phone">111-222-3333</div>
to the 'Configure Header Area' option then use CSS to position it where you want

tom.cat Mar 29, 2011 05:49 AM

Thanks for response!

I added:
HTML Code:

<div id="contacts">
And CSS:
HTML Code:

#contacts {
margin-top: 10px;
margin-left: 220px;

But if I change margin-top, textbox locates in the top of image.

juggledad Mar 29, 2011 06:16 AM

add 'position: absolute;' and play with it

tom.cat Mar 29, 2011 06:25 AM

Great!

Thank You so much!


All times are GMT -6. The time now is 06:45 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.