• Resolved messirish

    (@messirish)


    Hi,

    This is an excellent theme. I’m using the boxed layout – but i’d like to remove the shadows around the page.

    Can somebody suggest an easier way?

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • hannah

    (@hannahritner)

    Hey, you can try pasting this in your custom css box in theme options > advanced settings:

    .boxed #wrapper.container {
    -webkit-box-shadow: none;
    }

    Hope that does it!
    Hannah

    Hey,
    Just to cover all browsers:

    .boxed #wrapper.container {
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    }

    Kadence Themes

    This Worked in my case after a slight mod to the css file.

    Using a Child Theme based on Virtue version 2.3.3 I had to edit the Parent Theme (Virtue) virtue.css and remove the !important from the source since I couldn’t override it with another !important.
    Even through the Child Theme confing Query/selector option.

    Make sure you backup the virtue.css before you modify it.

    Current setup:
    Wordpress 4.1
    Virtue 2.3.3
    Child Theme Configurator 1.6.2.1

    Because the css comes after the theme css you should defiantly be able to override with the css posted above without having to edit anything. Are you adding this in the theme options > advanced settings?

    Kadence Themes

    My bad I did not try it through the theme options > advanced setting.
    I’ll restore the virtue.css and give it a try.

    Thanks for the tip.

    Yep Perfect,

    Doing the css override in the theme options > advanced setting did it.
    Original virtue.css restored, all is good!
    Child theme working fine.
    BTW great theme, I have been using it on a few projects and it is definitely the one I really enjoy working with. Thanks for all the work you guys put into it and the fast support too.

    Thanks, glad your enjoying the theme!

    Kadence Themes

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Boxed layout – removing shadows’ is closed to new replies.