• I’ve inherited this website ( a reboot of one I had for years) and it now has an annoying impossible to read shadow effect on all blog posts.
    I thought we removed any ‘text-shadow:’ references – but the horrible white drop shadow is still there.

    Any help would be GREATLY appreciated!

    the site is http://www.Henican.com
    check pages such as: http://henican.com/category/print/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Are you using a browser tool like Firebug to work with the CSS – it shows this CSS for that element:

    h1.page-title {
        border-bottom: 4px double #DDDDDD;
        clear: both;
        letter-spacing: 0;
        line-height: 40px;
        margin-bottom: 30px;
        padding: 15px 0 20px;
        text-shadow: 2px 1px 0 #F5F5F5, 3px 3px 0 #B8B8B5;
    }

    Looks like the theme has multiple stylesheets…

    Thread Starter rjteer

    (@rjteer)

    Thank you. My problem is finding where there is some CSS for the body of the posts. There doesn’t seem to be anything that shows text-shadow for those items.

    A browser tool like Firebug will show you ALL the CSS affecting any element of the site – for additional help, I’d suggest asking the developer of the theme – as we don’t have access to commercial themes so really don’t know how they are set up.

    http://themeforest.net/item/hipster-retro-responsive-wordpress-theme/3867290

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove shadows on all posts – Using Hipster Theme’ is closed to new replies.