yet another – removing box-shadow from header image in twenty twelve
-
Hi,
I realise this has been asked heaps already – but for some reason the overriding css that works for them, isn’t working for me…
I’m developing a twenty-twelve child theme, which can temporarily be seen here: https://trevorpenfold.com/testing
and the code I’m using is:
img.header-image { border-radius: none !important; box-shadow: none !important; }
and I’ve also tried it with
img.header-image { border-radius: 0 !important; box-shadow: 0 !important; }
I’ve even tried to get rid of it from the whole of the ‘masthead’ area with this:
#masthead .site-header { border-radius: none !important; box-shadow: none !important; }
but again no luck. So any pointers would be much appreciated.
Cheers.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘yet another – removing box-shadow from header image in twenty twelve’ is closed to new replies.