• Resolved mistermostaccio

    (@mistermostaccio)


    The blog I need help with is here: https://www.mistermostaccio.com/wp/?p=468

    Just wondering if there’s a css something I can put in my custom sheet to override the drop shadow on the post titles and just make them black.

    I tried googling but I was unsuccessful.

    I know extremely little of web design/coding, so the simpler the solution, the better.

    Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this:

    h1 {
        text-shadow: none !important;
    }

    The best way to work with CSS is by using a browser tool such as Firebug.

    Also, just so you know, these forums don’t generally support commercial themes, so you may need to look to WooThemes for further help with this theme.

    Thread Starter mistermostaccio

    (@mistermostaccio)

    It’s a free theme, so they don’t offer support and I couldn’t find any other forums available to help. Figured I would try my luck.

    Thank you ??

    Thread Starter mistermostaccio

    (@mistermostaccio)

    It worked. I love you.

    Thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Artificer- Woo Themes] Removing Drop Shadow on Blog Post Titles’ is closed to new replies.