Changing the color of just menu on just 1 page of my website

[ad_1]

Hello everyone,

I’m using WordPress with elementor. My primary menu color is white swan all the pages of my website. There’s a dark background with the menu options in a white font. On one page I would like to have the menu in a black font without changing any of the other pages, can anyone help me with this?

Thank you everyone

[ad_2]
2 Comments
  1. Can you edit the menu on Elementor at all? From my LIMITED experience with it, I was only able to adjust menu settings through customization on WordPress.

  2. Hello! If you know a little CSS: Some themes add unique page class names to the body tag. Eg <body class=”single post-484″> that you can target very specifically. So you could do in your customizer:

    body.post-484 nav{
    background: pink;
    color: white;
    }

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer