Results 1 to 2 of 2

Thread: Change text color for Switch Menu

  1. #1
    Join Date
    Jun 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Change text color for Switch Menu

    Script Title:
    Switch Menu

    Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...switchmenu.htm

    Describe problem:
    Is there any way to change text color for the submenu(s) from the given blue??? PLEASE HELP!

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    See if adding this in your CSS helps:
    Code:
    .submenu a{
    color:#222;
    }
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •