Forums Index > Mewsoft Products > Searchawy > left side of screen - how to change background?
mjz55 First Post Posted on: 04-22-11 09:51 PM
Both sides of screen -& how to change background color of scrollbar?

On the left side of the screen there are links, these links are dead too, but, those links are a light gray and it is in a darker gray area. How do I change the gray tones for each area there? Also, there is a long narrow colored box on the extreme right, I think it is the scrollbar, where is the html for that so I can change the color?
mewsoft Reply #: 1 Posted on: 04-23-11 09:14 PM
Re: left side of screen - how to change background?

You have the frontpage template, you can copy the html code to any html editor and customize the look and feel, some areas like navigations and categories use a CSS colors in the General Class Header once you change the CSS it will change these colors, you will find for example in some class code like class="navlink" then you go to the Header general class and search for the class "navlinks" change the colors as you like. Also you can remove the CSS by deleting that above code and replace it by normal html code like bgcolor="red" or color="blue" etc.


Mewsoft Support
www.mewsoft.com

mjz55 Reply #: 2 Posted on: 04-25-11 05:38 AM
Re: left side of screen - how to change background?

Ok, got part of it ok. The right side brown is the scroll bar I think. Where is that color?