[Support request] how to remove boxed background

Home Forums Support [Support request] how to remove boxed background

Home Forums Support how to remove boxed background

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1620758
    chris

    Hello,

    When I install this theme quite liked the box effect with a grey background.
    It was part of the install theme, however, I since decided that the box looks a bit old fashioned and I would like to remove it. I’ve tried a few things including just trying to change the background colour but can’t see an easy way to do it.

    Any help with this would be greatly appreciated

    Many thanks

    #1620788
    Ying
    Staff
    Customer Support

    Hi Chris,

    Try this CSS:

    body .inside-article {
        box-shadow: 0 0 0;
    }

    Let me know πŸ™‚

    #1626574
    chris

    Thanking you, that seems to have worked really well.

    #1626771
    Ying
    Staff
    Customer Support

    Hi Chris,

    Actually I found the CSS that adds the box shadow, it’s likely in Additional CSS, if you can find that piece of CSS and delete it, you won’t need to add my CSS. The less CSS, the faster the site runs πŸ™‚
    https://www.screencast.com/t/qvfvf9Wqqhp

    #1648652
    chris

    Ahhh, thanks that makes sense, less bloated code.
    thanks

    #1648657
    chris

    any chance you know how to drop the outlines for all the boxes? thanks πŸ˜‰

    #1648658
    chris

    Looks like I just set border to 0, but is there a setting in the customise section?

    #1648963
    David
    Staff
    Customer Support

    Hi there,

    the border is being added by this CSS in Customizer > Additional CSS:

    .woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
        padding: 3px;
        border: 1px solid rgba(0,0,0,0.1);
        box-sizing: border-box;
    }
    #1651009
    chris

    Thanks very much for your help with this

    #1651309
    David
    Staff
    Customer Support

    You’re welcome

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