My Changes Issue

HI

Im sure this has been posted to death, but I can not get the my changes CSS to work in the latest 4.3

I have created the folders and files

Create the /design/themes/responsive/css/addons/my_changes/hooks/index/styles.post.tpl file with the following content
{style src="addons/my_changes/styles.less"}

3. Create the /design/themes/responsive/css/addons/my_changes/styles.less file
4. Add your CSS rules to this file

@charset "utf-8";
/* CSS Document */

.top-menu-grid
{
padding-top: 0px;
}

5. Clear the cache ( Administration > Storage > Clear cache )

What I am trying do is remove padding of 38px from the top of the menu on the responsive theme. It works when I change it in firebug.

Is it the way I am writing my CSS

Regards

Alan

Correct file paths can be found here:

http://forum.cs-cart.com/topic/37510-how-to-add-custom-css-with-my-changes-addon/

Thank you for your help eComLabs

Worked Perfectly

Glad to hear that!