Home › Forums › CSS › How to get rid of grey background on button › Reply To: How to get rid of grey background on button
September 24, 2019 at 9:30 am
#296386
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.