Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #430743

    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!

    #431137

    Hey gharding!

    Maybe this will work for you? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Rikard

    #431539

    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

    #431555

    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

    #431906

    Hey!

    Please try the following in Quick CSS:

    #header .widget {
      top: -150px !important;
      transform: translate(-0%) !important;
    }

    Regards,
    Rikard

    #432114

    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”

    #432577

    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

    #433141

    that worked. thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add image or text at top of homepage between top logo and menu on right’ is closed to new replies.