Where Is The "My_Changes" Folder?

I am trying to change some code which is located in the “my_changes” folder, I have activated the addon in the addon section but it does not show in my directory?



Please help :confused:



[COLOR=“Red”]Update:[/COLOR] I have placed the folders in manually, now changed the code in the dropdown.css which I placed in the correct folders and it still does not work !!



Here is the answer I followed from customer support:



To change the font size in the categories menu you should do the following:

  1. Create the “styles.post.tpl” in the “skins/NAME_OF_YOUR_SKIN/customer/addons/my_changes/hooks/index” directory of your CS-Cart installation with the following content inside:


and save the file.
2) Create the "dropdown.css" file in the "skins/NAME_OF_YOUR_SKIN/customer/addons/my_changes/" directory of your CS-Cart installation with the following content inside:
ul.dropdown a, ul.dropdown a:visited, ul.dropdown a:hover, ul.dropdown a:active {
color: #2a2a2a;
text-decoration: none;
font: bold %YOUR_FONT_SIZE% Tahoma;
}

where %YOUR_FONT_SIZE% is your font size (for example 15px)
3) Save the file

[B][COLOR="Red"]Still does not work !!!![/COLOR][/B]

Did you try clearing your Cache?



If not just add this: &cc to the end of one of your admin page url’s & enter, this will clear your sites cache.

I have managed to get this setup now, I will list the steps asap

I’d appreciate it if you could post the steps on how you got this to work MTHawkins.



I’ve just started customisation of fresh cs-cart install and although the My Changes add-on is active, the folder was not in /skins/basic/customer/addons/ so I addded it manually but still not having any joy making changes.