Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to get rid of grey background on button Reply To: How to get rid of grey background on button

#296386
Paulie_D
Member

Well this is the rule

.front-page-1 p {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    line-height: 2;
    padding-top: 40px;
    background: rgba(100,100,100,.7);
}

I suggest you remove the background and/or make it more specific to target it only the paragraphs you want.