Text colors on some table headers, and drop down menus Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Text colors on some table headers, and drop down menus

    avatar
    Nymphalis
    New Member


    Posts : 1
    Reputation : 1
    Language : English

    Text colors on some table headers, and drop down menus Empty Text colors on some table headers, and drop down menus

    Post by Nymphalis August 22nd 2012, 11:01 pm

    First, apologies if I missed this answer somewhere, I've been pouring over the forums looking for the answer and at this point my sleep deprived brain is starting to fail.

    Forum I am working on: http://nemesis-shandris.forumotion.com

    Question #1: I have several table titles on the portal page (widgets), and when viewing the post list in a forum, where the text is black. I'd like to change it to match the text color on the rest of the page (the silver/gray color). Can anyone tell me which CSS tag refers to this?

    I've tried all of these and it's fixed a few but not the ones in question:

    Code:
    div.main-head{
    color: #ADADAD !important;
    }

    div.main-head div.page-title h2.catoggle b h2{
    color: #ADADAD !important;
    }

    div.main-head div.h3{
    color: #ADADAD !important;
    }

    div.main div.main-foot{
    color: #ADADAD !important;
    }

    .table-title, .table-title h2 {
       display: inline;
       font-size: 1em;
       color: #adadad;
    }

    Question #2: I have also been unable to find where to change the text in a drop down menu. I had previously fixed this problem on http://ceo-trade.forumotion.com by using:

    Code:
    select {
       font-family: Verdana,Arial,Helvetica,sans-serif;
         font-color: #ADADAD;
       font-weight: normal;
       cursor: pointer;
       vertical-align: middle;
       border: 1px solid #ADADAD;
       padding: 1px;
       background-color: #000000;
    }

    I actually copied over the code that worked over there, but it didn't change anything on the nemesis-shandris forum.

    Here's a screenshot of what I'm trying to change for reference:

    Text colors on some table headers, and drop down menus Fontco11

    Any help is greatly appreciated! Smile