Home Forums Re: widget title radius

Mod

Kenneth John Odle

#20309

You have some confused looking CSS there, but it seems to be this line in your child theme style sheet:

border-radius: 5px 5px 0 0 !important;

which should be

border-radius: none; or border-radius: 0px;