Thread: changing the color of the menu bar?

Results 1 to 7 of 7
  1. #1 changing the color of the menu bar? 
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55

    how would i change that to like a dark reddish color
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Mar 2010
    Age
    28
    Posts
    637
    Thanks given
    50
    Thanks received
    82
    Rep Power
    189


    Recolor that image, pretty sure that is your site lol.
    Reply With Quote  
     

  3. #3  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    how would i change the color. I dont want it a solid red color cuz i tried doing it in paint but it looks terrible. is there a photo editor where i can change it to a shaded red like the yellow version of it?
    Reply With Quote  
     

  4. #4  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55

    ok i got it. but the drop down menus are still yellowish. How would i change the color of those because there is no image for them. And also how would i change text colors. like the unread/replies to like a dark red?
    Reply With Quote  
     

  5. #5  
    Member changing the color of the menu bar? Market Banned

    thesharp's Avatar
    Join Date
    Dec 2010
    Age
    32
    Posts
    1,118
    Thanks given
    311
    Thanks received
    140
    Rep Power
    312
    Search the css files


    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Mar 2010
    Age
    28
    Posts
    637
    Thanks given
    50
    Thanks received
    82
    Rep Power
    189
    Search for this
    Code:
    #horiz-menu li:hover ul, #horiz-menu li.sfHover ul {
    	background: #CFA014;
    }
    
    #horiz-menu li li:hover, #horiz-menu li li.sfHover {
    	background: #DFB229;
    }
    Replace the background with the color of your choice

    Code:
    #horiz-menu li:hover ul, #horiz-menu li.sfHover ul {
    	background: #CFA014;
    }
    , is when you hover over a tab you will see
    Code:
    #horiz-menu li li:hover, #horiz-menu li li.sfHover {
    	background: #DFB229;
    }
    Second is when you hover over the menu items.
    Reply With Quote  
     

  7. #7  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    Quote Originally Posted by Sloth™ View Post
    Search for this
    Code:
    #horiz-menu li:hover ul, #horiz-menu li.sfHover ul {
    	background: #CFA014;
    }
    
    #horiz-menu li li:hover, #horiz-menu li li.sfHover {
    	background: #DFB229;
    }
    Replace the background with the color of your choice

    Code:
    #horiz-menu li:hover ul, #horiz-menu li.sfHover ul {
    	background: #CFA014;
    }
    , is when you hover over a tab you will see
    Code:
    #horiz-menu li li:hover, #horiz-menu li li.sfHover {
    	background: #DFB229;
    }
    Second is when you hover over the menu items.
    where in the theme is that located
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 2
    Last Post: 03-21-2010, 10:14 PM
  2. Changing Title bar color?
    By PDPK in forum Help
    Replies: 0
    Last Post: 11-16-2009, 10:54 AM
  3. Changing Loading Bar color & Flames color!
    By Ninja Cat in forum Tutorials
    Replies: 14
    Last Post: 12-22-2008, 11:54 AM
  4. Replies: 0
    Last Post: 02-07-2008, 07:48 PM
  5. Replies: 6
    Last Post: 08-27-2007, 08:58 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •