Removing borders

QuestionsCategory: CustomizationRemoving borders
lpaalits asked 5 years ago

Hi! I have the Hello Daring theme and I am looking for a way to remove borders on the theme. I know it’s a simple thing to fix but I can’t remember where I can change it. 
I would be thankful for your reply! 
Liis

Support Team Staff replied 5 years ago

Which borders? Could you send a screenshot of the area you would like removed?

1 Answers
Support Team Staff answered 5 years ago

This can be found in 2 spots.  The first is your front page css.  On line 25 you would delete this
 
-webkit-box-shadow: 0px 2px 4px #ddd;
-moz-box-shadow: 0px 2px 4px #ddd;
box-shadow: 0px 2px 4px #ddd;
Then on your style.css you would go to line 541 which is the site inner and remove the same
 
-webkit-box-shadow: 0px 2px 4px #ddd;
-moz-box-shadow: 0px 2px 4px #ddd;
box-shadow: 0px 2px 4px #ddd;
Please let me know if you have any issues. 

lpaalits replied 5 years ago

Thank you so much!