Hey there.
Always best to post under the themes support area otherwise the theme author may miss your post:
https://ww.wp.xz.cn/support/theme/reizend
Looking at the code briefly it seems it checks if the options set to use a logo and if not you get the title and desc.
Not sure about those settings there, it’s not a theme I use but you could do this with some CSS. If you want to remove the site name and description:
.site-branding{display:none;}
Just the description:
.site-description{display:none;}
Just the site title:
.site-title{display:none;}
There is a chance that the theme has a CSS field in the options (if it works), if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/
Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Have a fantastic day! 🙂
Thanks very much for all your help (and I’ve made a mental note about going to forums for the theme). CSS is not my strongest point (I’m more of a designer than a programmer) but I’ve made a note of all the links anyway.
Thanks and have a great day!
You’re most welcome.
Did you try out the CSS, just wondered if it did what you needed? 🙂
Take care.
Hi Timothy, yes I tried it. I didn’t want to say anything, but it’s not really solved the problem, the header’s now split into bits.
Thanks for all your help – but I am not going to use this theme, I’m going to pick a different one.
If you want to see the result you can look at
http://www.shakespeareslandscapes.co.uk/
It will be up for the next hour before I change it
Thanks again and enjoy your day 🙂
Hey again,
I see what you mean, it’s not actually split, removing the items above also removed the space it took so the header is smaller. The masthead controls the margin from the top of the page, you could make it larger so that you push the nav down the page and then your image is fully displayed with the phone number.
You could use this:
#masthead {
margin: 245px auto;
}
That should then expose more of the image for you.
Taming of the shrub, lol. I’ve got plenty of garden and trees that need taming.
Take care