• i cannot make the colors for the Time: and venue phone appear correctly on a #242424 page background color::

    Please help me:

    >here is the css that I am using for this page:

    td.gigpress-date {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    }

    td.gigpress-city {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    }

    td.gigpress-country {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    }

    td.gigpress-address {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    }

    td.gigpress-venue {
    color: {color:blue; ! important;
    font-size: 16px !important;
    font-weight: bold !important;
    }

    td.gigpress-venue-phone {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    }

    p{
    display:inline;
    background-color:blue;
    color:#fff;
    }

    a {color: #ffffff;} /* link color */
    a:visited {color:gold;}
    a:hover {color:blue;}
    a:active {background-color:blue;! important;}

    thank you in advance, I hope someone can help me:::

    Mark

    The page I need help with: [log in to see the link]

  • The topic ‘Changing font colors’ is closed to new replies.