Regular text in Top Menu

Posted in: Newspaper
Post count: 18

Hey,

I’ve recently started working on my blog and I was hoping to add a short piece of regular text (without link and with regular color) on Top Menu before the links.

Something like “Trending Now”: [menu links]

Any tips?

Thanks! 🙂

Post count: 22421

Hello,

You can add a custom link with a link to none. this is done by linking it to # like so: https://www.screencast.com/t/Q1TfUkLh
The you can use a css to remove the mouse events for that menu item (you will need the menu item id):
.menu-item-4067{
pointer-events:none;
}

Ad the code in the theme panel-> custom css box
4067 is my menu item number. Yours will be different. You can inspect the menu with the browser inspector to see the menu item corresponding to it or https://www.screencast.com/t/YrYgwPody

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.