ThemeForest

html shadows

4 posts
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
marleenwieske says
Hi there! I have a question. I bought this theme: http://rtthemes.com/demo/?theme=rttheme17 I want to remove the grey shadows from the white blocks. How does that work?
149 posts
  • Has been a member for 3-4 years
  • Exclusive Author
  • Europe
  • Bought between 1 and 9 items
  • Sold between 1 000 and 5 000 dollars
The_Silverman says

I could do that customization for you!

864 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Sold between 1 000 and 5 000 dollars
Marvidude says

you can remove the box shadow in style.css file.

5193 posts
  • Community Superstar
  • Italy
  • Sold between 10 000 and 50 000 dollars
  • Has been a member for 3-4 years
  • Microlancer Beta Tester
  • Beta Tester
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Exclusive Author
  • Author had a Free File of the Month
+2 more
doru says

you can remove the shadow in the css file.

35 posts
  • Sold between 10 000 and 50 000 dollars
  • Exclusive Author
  • Microlancer Beta Tester
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
wpstrong says
open wp-content/themes/rttheme17/css/style.css at line #630 remove the following code:
.box-shadow{
          -moz-box-shadow:     0 5px 0 rgba(0,0,0,0.05);
          -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
                  box-shadow: 0 5px 0 rgba(0,0,0,0.05);
    }

    .box-shadow .box-shadow{
          -moz-box-shadow:     none;
          -webkit-box-shadow: none;
                  box-shadow: none;
    }

    .box-shadow-inset{
          -moz-box-shadow:     inset 0 5px 0 rgba(0,0,0,0.05);
          -webkit-box-shadow: inset 0 5px 0 rgba(0,0,0,0.05);
                  box-shadow: inset 0 5px 0 rgba(0,0,0,0.05);
    }
4 posts
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
marleenwieske says

Thank you MoJs!! I finally managed to change it!

4 posts
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
marleenwieske says

I have a new question. There is a lot of space between (above and under) the homepage-items. I want to make this space smaller. What do I need to change in the style.css? I hope that someone can help me! Thanks a lot!

2980 posts
  • Community Superstar
  • Has been a member for 5-6 years
  • Won a Competition
  • Sold between 50 000 and 100 000 dollars
  • Bought between 10 and 49 items
  • Referred between 50 and 99 users
  • Europe
+1 more
wickedpixel says

Open the website in Chrome, rightclick on what element are you interested > inspect Element > edit values you see or add new parameters(like those are on other elements). Then copy those settings in the css file. voilà, you are a web-dev! :P

213 posts
  • Microlancer Beta Tester
  • Referred between 1 and 9 users
  • Has been a member for 4-5 years
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Exclusive Author
  • Serbia
pebas says

^ Good advice! :)

4 posts
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
marleenwieske says

I can’t use google chrome because I don’t have Mac OS X 10 .5 or higher… do you have another option? :)

by
by
by
by
by