Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #492524

    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.

    #492771

    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

    #493113

    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.

    #493282

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.