Menue doesn't change

Hi,
I have created another menu with only the sales pages. But somehow the old menu (with blog, about, contact) remains.
https://nimuefichtenbauer.com/about/

What am I doing wrong or missing?
Thank you!

Hello Nimue,

Thanks for posting in! UberMenu is active and replaces your primary menu. Please deactivate UberMenu plugin first so that the menu you have set will display.

Please let us know how it goes.

Thank you this was great!
next 2. question :slight_smile:

  1. Question: How can I change the color from back to white (depending on the background?
  2. How can I add a button like this?

Thanks a lot for your help!
Nimue

Hi Nimue,

Thanks for writing in again!

  1. You can change the color of the menu in X-> Theme option -> Header

If you want to change the color for the specific page, then that needs custom CSS code depending on the page parent class.

  1. You can make a menu item similar button like look.
    Please add one menu item end to the menu and add this CSS to Your X-> Theme Option ->css
.x-navbar .desktop .x-nav > li:last-child > a > span {
display: inline-block;
padding: 10px 20px;
border-radius: 3px;
background: #ccc; /* you can change the color code*/
}

Hope this helps!

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.