• Hi

    How do I change the colour of the menu?
    For example the “COMBATING ANTISEMITISM” colour from blue to red.

    Thank you!

    • This topic was modified 4 years, 6 months ago by t-p. Reason: Moved to Fixing WordPress from Everything else WordPress

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Try adding this Css rule:

    #menu-item-10456 a {
        color: #f00 !important;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

    Thread Starter avraham95

    (@avraham95)

    THANK YOU!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu’ is closed to new replies.