• Hey,

    we want to change the main menu of our website from flags to description. This works, but the color of “DE” and “EN” (Descriptions) are the same as our main menu color. So they are invisible for the normal user.
    Is there anything I can do, to set the link color to white?
    Couldn’t find a possibility in the plugin.

    Best regards ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dennis Ploetner

    (@realloc)

    Do the before/after list/element fields not what you need?

    These would allow classes and more.

    Thread Starter shantox

    (@shantox)

    They do work. Currently it looks like this:

    <li class="...">
       <a href="..." title="DE">DE</a>
    </li>

    <li class="..."> is in Text/HTML before each item
    </li> is in Text/HTML after each item

    What I added is the <li> part in the plugin. But how do I achieve the color change for the <a> tag?

    • This reply was modified 2 years, 1 month ago by shantox.
    • This reply was modified 2 years, 1 month ago by shantox.
    • This reply was modified 2 years, 1 month ago by shantox.
    • This reply was modified 2 years, 1 month ago by shantox.
    Plugin Author Dennis Ploetner

    (@realloc)

    An ‘a’ tag could use a class or id of a parent. You could refer to them as li.foo a (where foo would be your class). Please. try this before.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust color of Description link’ is closed to new replies.