StyledThemes

Puresimple Pro theme a question

Home Forums Main Forum Theme Suggestion Box Puresimple Pro theme a question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17177
    Dorit
    Participant

    Hi

    How can I remove the shadow in the page layout?
    doddo.dk/anatshafir/

    thanks dorit

    #17178
    Sushil Adhikari
    Moderator

    Hi there,

    Please add this css on child theme style.css file:

    if you want to completely remove then border box add this css on child theme style.css file:

    #page {
        -webkit-box-shadow: none;
        box-shadow:none;
    }

    If you want to mentain some border on page layour the you can add this following css

    #page {
        -webkit-box-shadow: 0 0 1px 0px #eee;;
        box-shadow: 0 0 1px 0px #eee
    }

    Here is the tutorial for box shadow http://www.w3schools.com/cssref/css3_pr_box-shadow.asp

    Note: Theme suggestion forum is just for any suggestion you like to suggest on our theme, so we request you to post your queries on puresimple category, we hope you understand.

    Thanks

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