• Resolved maion

    (@maion)


    Hi there!
    I am trying to add a personal image at my menu (Menu=center logo, with two headers by the side).

    I added the CSS Class: “pdf” (without quote) to my Menu.

    Then I went to Themes> Editor> style.css and added the code:

    .pdf:before {
    content: url('/wp-content/uploads/2015/04/menu1.png');
    }

    But nothing happens, any clue? I am brand new to all this WP stuff…
    (by the way, don’t know if matters, but I am using Virtue Premium)

    I also tryed Image Menu box, but I was not able to place this at the top of my page (nor with the logo at the center of the items)

    Maion

Viewing 1 replies (of 1 total)
  • Thread Starter maion

    (@maion)

    Hello,
    Just to keep record. I solved the issue. Clearly a beginner problem! 😉

    I must not go to Themes>Editor>style.css to add the code, I must go to:
    Themes Option>Advanced Options>Custom CSS then add the code:

    .pdf:before {
    content: url('/wp-content/uploads/2015/04/menu1.png');
    }

    Good enough!

    Tnks

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Image to Top Menu’ is closed to new replies.