Warrior help! Need help from the great minds here!

2 replies
  • WEB DESIGN
  • |
When I first started my wordpress site I needed help changing the color of my sidebar. The great minds here came through especially Evan-M! I have since been able to change the color every time I have updated my theme (Evolve). This time I am stuck. I have this shadow I can't get rid of under the widgets. Any help would be greatly appreciated as I just can't get it. The site is Exercise and Nutrition Tips - Helping people reach their health and fitness goals..

Again, thanks in advance!
#change color #great #minds #warrior
  • Profile picture of the author xythis
    Remove or comment out:

    Code:
    .widget::after {
    position: absolute;
    bottom: -25px;
    content: url(../images/widget-shadow-one.png);
    left: 50%;
    margin-left: -160px;
    z-index: 0;
    }
    from line 253 in base.css

    You can comment something out by placing /* before and */ after the entire css element.
    {{ DiscussionBoard.errors[5992264].message }}
    • Profile picture of the author trainermike
      Wow! Problem solved just like that thanks to xythis! Greatly appreciated for your help and your quick response!
      {{ DiscussionBoard.errors[5992325].message }}

Trending Topics