I saw some posts on “Add image or text at top of homepage between top logo and menu on right,” and I tried adding the functions.php code, but it didn’t work.
I would like to add this text “The Association of Record for Bid, Proposal,
Business Development, Capture and Graphics Professionals in California” to the right of my logo here: http://california-apmp.org/wp/
this is the font color #2c3a91; and size 140%
How can I do this, please?
thank you!
Hey gharding!
Maybe this will work for you? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Rikard
I think that worked, but the text is too low and is down in the slider area. how do I get it up where I need it?
http://california-apmp.org/wp/
thanks
p.s. the add widget PHP code added area after the menu. Wouldn’t I want one after the logo, or before the menu? Maybe that’s why it’s too low?
thanks
gary
Hey!
Please try the following in Quick CSS:
#header .widget {
top: -150px !important;
transform: translate(-0%) !important;
}
Regards,
Rikard
that worked, but now the two lines of text or about 150 pixels or so separated vertically….like the line height is too large. This texts “The Association of Record for Bid, Proposal, Business Development, ” is way at top, and this text is way at the bottom “Capture and Graphics Professionals”
Hi!
I noticed that too, please adding this instead of the previous code:
#header .widget {
top: -50px !important;
transform: translate(-0%) !important;
line-height:20px !important;
}
You might need to adjust the -50px and 20px values to find something which works for you.
Regards,
Rikard
that worked. thank you!