I am working with a child theme and in my pages where I add the special heading modern left and for some reason it adds two borders around the element. one square and one has a border radius. I have tried removing the element but then it adds the border to other elements on the page.
Hey sbentley_1,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
whisker lounge is one of the pages that I am seeing this issue on. most of the pages you get to from the accommodations page have this issue.
Hey!
It seems like the below css is the culprit:
.page-id-316 .avia-builder-el-1 {
border: 1px solid #676767;
border-radius: 4px;
border-color: #676767 !important;
}
.page-id-316 .avia-builder-el-2 {
border: 1px solid #676767;
border-radius: 4px;
border-color: #676767 !important;
}
Please try commenting out the above code in your custom css section.
Cheers!
Dake