• I am trying to add a donate button to our menu. The header (with the donate button) will remain the same on every page on our site. Here is an example of what I’m trying to do: http://www.doctorswithoutborders.org/ (you can see the red donate button). The donate button that I am trying to add is set up as a jpeg in our media library. How do I place the button in our menu and link it to one of our pages?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mobilityoi

    (@mobilityoi)

    One other thing: it looks like these sites who use Customizr were able to add a special link to their menus –

    http://www.insurechance.com/
    http://www.busheymeads.org.uk/

    Maybe this snippet can provide inspiration…

    Thread Starter mobilityoi

    (@mobilityoi)

    Thanks! We tried that, but got a blank screen as a result. :/

    Perhaps you added it to the functions.php file in your child theme, by mistake, instead of your Custom CSS or child theme’s stylesheet?

    Guess I am a little confused on how you would have ended up with a blank screen using that snippet…

    Anyways…looking at the doctors without borders site, it appears to me that it is simply a normal menu item with a different background color to make it stand out…this snippet should help with something like that…

    You mean ‘Contact Us’ and ‘LRS’ on http://www.busheymeads.org.uk?
    They just float that two menu to right with itemID using css.
    I just make a quick as I have this theme activate on my site look at this
    added class donation to the menu item and added this

    ul.nav{
    width:100%;
    }
    .donation{
    float:right !important;
    }

    on customizer custom css
    I think u can figure our, replace text “Donation” with ur jpeg 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need help adding an image to menu’ is closed to new replies.