Use images as menu text in Top Menu

Hi guys!

Thank you for a great theme.
I really want to use hand written and scanned text as the menu text in the Top Header.
So I’m wondering how to replace the menu titles with images.
My page is www.pernilleøiestad.no, and I want all the menu lines to have the same kind of writing as the logo to the left. Preferably .png files :slight_smile:

Thank you very much

Scott

Hi,

You can try some plugins like this: Menu Image, Icons made easy – WordPress plugin | WordPress.org after that you can hide the menu texts using Custom CSS, if you’re trouble with the Custom CSS let us know, we will provide you the CSS.

Let us know if you have any other questions,

Thanks,
laranz.

Thank you very much!

I know I might be able to figure out the code for that,
its something “display: none;” ? right?

But if you have the code easily available, I would love to have it :slight_smile:

Have a great day

S

Hey there,

Here’s the code you’ll need. Add it in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*hide menu*/
nav.header-navigation {
    display: none;
}

Best regards,
Support.

Hi,

You meant, you want to hide the text right? If that plugin didn’t provide such features, please contact us after you tried that plugin, that way we can effectively provide the correct CSS.

Let us know,

Thanks,
laranz.