Results 1 to 3 of 3

Thread: Need Help with sidebar ?

  1. #1
    Join Date
    Feb 2011
    Posts
    1

    Default Need Help with sidebar ?

    Hi i am trying to change the link color in Quick Navigation , i tried to look in css but no luck! any ideas???

  2. #2
    Join Date
    Oct 2006
    Posts
    3,109

    Default

    Simplest way to find these is to use Firefox as a web browser, and grab the "firebug" plugin. It can help you find this in very short order.

  3. #3
    Join Date
    Mar 2008
    Posts
    215

    Default

    There isn't anything in the css just for link color for the sidebar. You will need to define your own css rule. Something like
    Code:
    #side_menu ul li a{color:#158F00;text-decoration:none;}
    fyi "a" means anchor which is what a link really is.
    Last edited by tomdchi; 03-14-11 at 05:23 AM.
    Rapid Payment Solutions
    eProcessing Network Authorized Agent

Similar Threads

  1. Sidebar for v5 default template
    By layz in forum Customisation & Integration Questions
    Replies: 1
    Last Post: 03-15-12, 10:17 AM
  2. How to remove right sidebar just for One Page?
    By nickia in forum Customisation & Integration Questions
    Replies: 4
    Last Post: 01-03-12, 09:23 PM
  3. Right SideBar
    By GascaPraf in forum Customisation & Integration Questions
    Replies: 0
    Last Post: 08-01-11, 10:00 AM
  4. Dynamic sidebar
    By layz in forum Customisation & Integration Questions
    Replies: 6
    Last Post: 02-21-11, 03:24 PM