Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 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

    Hi there!
    I am trying to add a personal image at my menu.

    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/fundo_gaivota.png');
    }

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

    Maion

Viewing 2 replies - 1 through 2 (of 2 total)