Tiredavocado
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lovecraft] Remove header imageIt’s ‘Playfair Display’. You can see it in the css.
That said I think the answer you have been given here is a bit strange. Personally I wanted a smaller header, this does not mean I need to change theme!
All I can think of is if you change it to something like
.header-image { max-height: 80px; }and use a plain white box for the header, you won’t lose your menu.
Forum: Plugins
In reply to: Recommend a plugin that can do gallery outside wp-content?Okay I found that NextGen can do it if you change your wp-config.
Thanks for your help Cais, this is great! It works perfectly.
I’m so glad NextGen has this functionality, it makes it a great choice for me!
Note to anyone else who comes along with the same question as me and copies that code: the bit at the end of line two where it says
‘/' );should be
'/' );This is crazy. I have the exact same issue, googled it and found at least four support threads about it, but none of them explain it.