The toolbars at the top of the web page have black backgrounds. How do I make them gray?

There was no help in the previous answer to my question. The toolbars have black backgrounds which makes it impossible to see the icons on them. The cursor can still activate the functions on the toolbars if you know where to put the cursor but you can’t see the icon you’re activating.

If you had given a link to the page, we could have given you an exact and correct answer with steps on what to do.

Ron

2 Responses to “The toolbars at the top of the web page have black backgrounds. How do I make them gray?”

  1. You need to look in the CSS for the toolbar. You will have something like the following:

    background-color: #000000;
    or
    background-color: black;

    You can change this to:
    background-color: #cccccc;

    That will make the background color gray.

    Stephen Williamson, Server Engineer, http://www.HostMySite.com?utm_source=bb
    References :

  2. PayneLessDesigns.com on November 29th, 2009 at 4:28 am

    If you had given a link to the page, we could have given you an exact and correct answer with steps on what to do.

    Ron
    References :

Leave a Reply