Viewing 1 replies (of 1 total)
  • Hello have a look at the following code

    #pricing-table h3 {
        background-color: #EEEEEE;
        background-image: linear-gradient(#FFFFFF, #000000);
        font-size: 20px;
        font-weight: normal;
        margin: -20px -20px 50px;
        padding: 20px;
    }

    Make changes in this line background-image: linear-gradient(#FFFFFF, #EEEEEE); i.e. from #EEEEEE to #000000. You can play around with these settings until you find something you like.

    Kind regards

Viewing 1 replies (of 1 total)
  • The topic ‘Can't see the column titles – blending in with background color…’ is closed to new replies.