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
[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:
- 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]