TutorialMS Community Forum

Full Version: Skin problem with left menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all.

I have a problem. A skin problem. I want to change the left menu colours, but i can't find the settings. I search in the forum, i search in edit templates and edit css, and i don't find.

And also i have a other question, but isn't a skin problem. How can i manage the users? delete, add, them. Change the privileges for a user... etc.

Tks for helping.

P.S. left menu -> categs list with ajax (see the attachment)

Sorry for my bad english.
Hi. I changed my colouring and rollover effects by first creating new link classes in my CSS (actually, copy and paste an existing class style and rename it - then edit accordingly):

a.newname, a.newname:visited {
/*fill in your style types*/
}
a.newname.hover {
/*fill in your style types*/
}

(I used "newname" as an example - call it what you wish)

If this was for my main category or subcategory menu, I next edit the "main_navbits" template and add this class into the appropraie links:
<a class="newname" href="http:// ....">

There are also the "subcatlist_ajax" and "sub_cats_bit" templates for further editing of the upper menu that shows when a subcategory is selected.

Hope this helps.
Thank you, i solved this problem, but i have another problem, with search bar (search_bg.gif) i can't move it where i want. I can't move at right more then half page.
i put a screenshoot for exemple. I want move it near right menu.
Reference URL's