Removing Header Shadow

  • Unknown's avatar

    Hi, I know that this question has been asked before, however I have tried loads of different CSS codes but nothing has helped so far. I want to remove the shadow from the header on my blog. I wonder how to do this.

    I have also installed my blog on wordpress’s own server so if I need to play around with the files how do I do this?

    vira-art.org – As you can see there is a shadow around the header. I want to be able to have the header fully transparent without the border which the shadow creates. The text should float in the “air” so to speak.

    Please help! :)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, I know that this question has been asked before, however I have tried loads of different CSS codes but nothing has helped so far. I want to remove the shadow from the header on my blog. I wonder how to do this.

    I tagged this topic so that it’s moved to the appropriate section: the CSS Forum.

    I have also installed my blog on wordpress’s own server so if I need to play around with the files how do I do this?

    For that blog, you’ll have to ask at http://wordpress.org/support/
    Here we can only help you regarding your WordPress.com-hosted blog.

  • Unknown's avatar

    Give this a shot.

    #branding.has-image {
        box-shadow: 0 0 0;
    }
  • Unknown's avatar

    Actually, do this instead.

    #branding.has-image {
    box-shadow: none;
    }
  • Unknown's avatar

    Thank you thesacredpath! It worked perfectly! :)

  • Unknown's avatar
  • The topic ‘Removing Header Shadow’ is closed to new replies.