• Resolved xshon

    (@xshon)


    Hi,
    is there a way to have the alternative menu text color that change following the logo?

    dark when light background image
    light when dark background image

    thanks
    Michele

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    Technically that should be possible, but probably requires quite a bit of customization.
    By default the theme doesn’t have such a feature, so you are free to customize the theme according to your own needs.

    Best regards,
    Dumitru

    Thread Starter xshon

    (@xshon)

    Dear Dumitru,
    thanks for your quick answer!
    do you have some tips, advise, to help me in making this customization?
    To use the same functions you’ve developed for the logo adding the new part that will change the css of the menu.

    thanks
    Michele

    Thread Starter xshon

    (@xshon)

    solved, easier that i thought.
    i just added this two css line, your script do the rest!
    thanks

    .background–dark .large-nav a{
    color: white !important;
    }
    .background–dark .sub-menu a{
    color: black !important;
    }

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Not the most elegant way of accomplishing it.
    The menu elements have a text-shadow property. A black shadow on black text doesn’t look very well, so you might want to remove it in the dark version.

    You are probably overriding the menu’s color on scroll also, so that’s a bad idea. And you’ve overridden any :hover and :focus effects on the menu elements.

    All in all, it’s not the complete code that you have to edit (and preferably without resorting to !important).

    But if it works for you, then it’s OK ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘menu alternative color (like logo)’ is closed to new replies.