Skining

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
I think that the file you must edit is styles.css.

Make sure that you hit ctrl+f5 to refresh the page after changing the css.
Il y a 13 ans
Hello,

I am trying to make changes to the Horizonal Menu from the darkOrage Template and I do not know where to start??

Things I am trying to accomplish are: 1) Remove and Add some new names to the HeaderMenu, including hovering? I have an idea hovering should be modified in the CSS file or am I not on the right track?

This is the link of the site I am working on: http://www.myamericanfurnituregalleries.com/

This is the link to the sample I am trying to implement into my home page of the site ABOVE.

Does anyone have any lead as in how it is done? Many thanks!
Il y a 13 ans
You can add new names in the file :

Modules/headermenu.aspx

And for hovering I think you have to add a new style

.headermenu a:hover
{
  color: green; /*change color*/
}
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.