Removing shadow on boxed style - by Hoellwarth

This topic has 8 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp

  • Avatar: Hoellwarth
    Hoellwarth
    Participant
    October 19, 2014 at 09:50

    Hi all, I tried to remove the shadow and borders on boxed style but I failed. Can you kindly write what should I edit in CSS? Thanks.

    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 20, 2014 at 11:01

    Hello,

    Please show us a page where you want to remove shadow.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Hoellwarth
    Hoellwarth
    Participant
    October 24, 2014 at 08:25

    On all pages. And I like to remove left and right borders.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 24, 2014 at 08:32

    Hello,

    We can do this for all items, but the page will look bad.
    It will be better if you sent to us link to the page where you need do this customization.

    Regards,
    Robert Hall.

    Avatar: Hoellwarth
    Hoellwarth
    Participant
    October 24, 2014 at 14:44

    Hello Robert, thanks for your care about how the site will look, but it’s not important: my customer wants no shadow and no borders…like the site will float on a blank screen. Don’t ask my why.

    How to do it?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 24, 2014 at 14:46

    Hello,

    Add this code into custom.css file.

    *{
    border:none;
    text-shadow:none;
    }

    Regards,
    Robert Hall.

    Avatar: Hoellwarth
    Hoellwarth
    Participant
    October 24, 2014 at 18:41

    It doesn’t work. That code should remove shadow and borders from boxed layout?

    EDIT: Solved by myself, this is the right code to put into custom.css or in style.css if you plan to use a child theme:

    *{
    border:none;
    box-shadow:none !important;
    }
    
    Avatar: Eva
    Eva Kemp
    Support staff
    October 24, 2014 at 22:48

    Hello,

    We’re glad you you’ve found the solution.

    Enjoy your work.
    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Removing shadow on boxed style’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.