cancel
Showing results for 
Search instead for 
Did you mean: 

How do I change the look of the navigation menu for a single page?

SOLVED

How do I change the look of the navigation menu for a single page?

Hi guys,

 

my main objective is to make it look "different", so if I could make some CSS changes that would probably suffice. If that's not feasible I would need to replace the navigation bar with a custom navigation bar, but only for that one page.

 

I am favoring simple CSS changes but I don't know how to do it / which files to look for.

 

Thank you for any help!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How do I change the look of the navigation menu for a single page?

I actually found the solution in the meantime.

 

If you look at the body class of the page, you should see a unique identifier like these examples:

<body class="cms-index-index cms-home"> <body class="catalog-category-view category-dresses">

You can then use .cms-home #nav or similar to override the css for just that page.

View solution in original post

1 REPLY 1

Re: How do I change the look of the navigation menu for a single page?

I actually found the solution in the meantime.

 

If you look at the body class of the page, you should see a unique identifier like these examples:

<body class="cms-index-index cms-home"> <body class="catalog-category-view category-dresses">

You can then use .cms-home #nav or similar to override the css for just that page.