• Resolved kmcmahon56

    (@kmcmahon56)


    I would like to be able to add an image below the logo in the header area (and above the navigation menu). Can you provide me some code to do this?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • hannah

    (@hannahritner)

    Hey,
    The premium theme has options for this with the header widget area, but unfortunately, the free theme does not. You could use the sitewide banner, but your image would still sit below your menu. Would that work for you? Otherwise you would need to add a custom function into a child theme.

    Hannah

    Hey,

    Depending on what kind of image you want to add, this may be doable with some CSS. Can you link to the image so I can attempt this?

    -Kevin

    Thread Starter kmcmahon56

    (@kmcmahon56)

    Hi,

    Here is the image. https://staging.bdchiro.net/wp-content/uploads/2019/02/logo-small-bdpt.gif

    I would want the image to be clickable to this site: https://bdphysicaltherapy.com/

    The sites are “sister” sites and I need both logos up top and need users to be able to go back and forth between the sites.

    Thank you.

    Thread Starter kmcmahon56

    (@kmcmahon56)

    Hi Kevin,

    Alternately, I could flush the logo left and put the second logo to the right of it, and use the primary navigation flush right.

    Thanks.

    Sorry for the delay. Try adding this CSS to Theme Options> Advanced Settings, Custom CSS:

    div#logo:after {
        content: url(https://staging.bdchiro.net/wp-content/uploads/2019/02/logo-small-bdpt.gif);
    }

    Let me know if that works for you!

    -Kevin

    Thread Starter kmcmahon56

    (@kmcmahon56)

    Thanks Kevin, works beautifully! One last thing, is there a way to make it a link?

    Unfortunately you cannot add a link via CSS that I’m aware of.

    -Kevin

    Thread Starter kmcmahon56

    (@kmcmahon56)

    Thanks so much, all!

    Thread Starter kmcmahon56

    (@kmcmahon56)

    resolved

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Add image next to logo’ is closed to new replies.