• Resolved francisblack1987

    (@francisblack1987)


    Hi Guys , loving the Leaf theme. I’ve just used it for on a project for my boss, its still under development at the moment but i am struggling to remove the shadow around the edge of the boxed layout if anyone can help as im unsure where to look. The site is currently at https://showerparts.jlcboutique.com/ while im working on it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Francis, write in Custom CSS in Leaf theme options:

    #page {box-shadow: 0 0 1px rgba(150, 150, 150, 0.4);}

    Hi Francis, write this line in Custom CSS in Leaf theme options:
    #page {box-shadow: 0 0 1px rgba(150, 150, 150, 0.4);}

    Thread Starter francisblack1987

    (@francisblack1987)

    Hi Tizz, many thanks for your help. Your a star, its the one thing that’s been bugging me.

    Thread Starter francisblack1987

    (@francisblack1987)

    Hi Tizz, sorry to be a pain. I’ve used the CSS you gave me and it has worked perfectly, i just have a slight issue that it hasn’t worked on posts. The link is above. Ive had a look myself before bothering you but not had any luck. Could i be a pain and ask you to have a look. Regards Jon

    Francis, at the link above I still see the old code with the border of 8px. You have to write the new code with 1px in the CSS custom area of Leaf theme.

    Thread Starter francisblack1987

    (@francisblack1987)

    Many thanks Tizz, im not too sure on that one, ive added the code to remove the border on the custom CSS : https://showerparts.jlcboutique.com/wp-content/uploads/2014/08/Capture.jpg (screenshot here) , i must have gone wrong somewhere along the way ill review my changes. Many thanks for your help ??

    #page {box-shadow: 0 0 0px rgba(150, 150, 150, 0.4);} is wrong
    You have to write as I said above:
    #page {box-shadow: 0 0 1px rgba(150, 150, 150, 0.4);}

    Thread Starter francisblack1987

    (@francisblack1987)

    you are a diamond, my apologies on that, i have now corrected it as you said and is working perfectly. Regards

    Happy to help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove Shadow’ is closed to new replies.