Missing feature?

Posted in: Newspaper
Post count: 145

One thing I wonder is why such a powerful theme (Newspaper) does not have an option to customize menu items. It only has a few main menu styles which are great but after we click on the menu item the sub menu items show just plain as shown here. And if the background is white they hardly can be seen, How come there is nothing to add color or style, animation, etc. to this sub menu? This may not be such an important feature for a newspaper theme but once in a while it may be needed. Is there a way to do it that I do not know? I am sure coding can do wonders but to me code is not a poetry. Any suggestion?

Post count: 22421

Hello,

We have the normal sub-menus option and the mega-menu feature, but there are no further options to style the menus. If you want extra styling to the sub-emnus you can always use css to do it but it has it’s limitations though. This depends on how you want the menu.
For example you can add this css code in the theme panel to add a border around the sub-menu items:
.sf-menu ul li{
border:1px solid lightgrey;
}

If you want them rounder, you can add a border-radius to the code like so:
.sf-menu ul li{
border:1px solid lightgrey;
border-radius:10px;
}

You can add the code in the theme panel->custom css code.
I hope this helps.

Thank you!

Post count: 145

Thank you, Bogdan. That’s a great help. It makes the sub-menu stand out, and that’s all I needed.

Post count: 1

Vielen Dank auch von mir.

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