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!
Solved! Go to Solution.
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.
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.