Skip to content

Top menu nav color and shadow #5

Description

@damsfx

<?php if ($menuLocation === 'top'): ?>
bg-gray-800
<?php else: ?>
bg-gray-800 md:bg-white md:shadow
<?php endif; ?>

1 - Why switch to a white background?

I find the bar not contrasting enough in the overall interface.

I would prefer even a light color:
image

2 - For me, the shadow is not visible.

For it to be visible, a relative position and z-index must be added to the .layout-topmenu element.
Also I would have chosen a wider shadow (shadow-md).

Actual - invisible shadow:
image

With shadow visible :
image

With shadow-md visible :
image

I would be pleased to hear your thoughts on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions