Customising my static front page & removing the primary header
-
I have recently changed my theme to Zuki and am trying to customising my static front page but my ‘recent big post’ widget is not showing any post at all and my ‘recent post medium” widget is showing only the text of the posts and not the images.
I would also like to remove the primary header. How do I fix these two things? My blog is http://blog.whodhavethought.com.
Thanks, Jane
The blog I need help with is: (visible only to logged in users)
-
Hi!
Please see below:
I have recently changed my theme to Zuki and am trying to customising my static front page but my ‘recent big post’ widget is not showing any post at all and my ‘recent post medium” widget is showing only the text of the posts and not the images.
I believe both of these issues can be resolved by setting a featured image for your posts following the instructions here:
The current setting for “Recent Big Post” is set as “Featured image + overlay title/excerpt”, but no featured image is available.
Can you try setting a featured image and see if it corrects both of these issues?
I would also like to remove the primary header. How do I fix these two things?
Are you referring to the site logo with the light bulb? If so, you can remove that under Appearance -> Customize -> Site Title -> Remove logo.
If you’re referring to something different, could you please clarify?
-
Thanks so much for your help. I’ve been using WordPress for a while now and can’t believe I didn’t know how to do Featured images!
Can you also advise how I reduce the amount of white space between my logo (top left) and the main heading?
Thanks, Jane
-
Hi Jane!
Can you give this bit of CSS a try and let me know if it accomplishes what you’re looking for?
#site-nav { padding: 0px 0px 80px; }Just copy the entire thing and replace all of the default text (especially the /* and */) under Appearance -> Customize -> CSS.
Also, just wanted to let you know that I think your site is looking awesome! I love the Zuki theme, and I think you’ve implemented it really well.
-
-
-
Hi Jeremy, I do have one other question: what is the css coding to increasing the font size of the widget headers eg ‘latest articles’, ‘welcome’, etc?
Many thanks
Jane -
Here’s some code:
.wf-active .widget h3.widget-title { font-size: 12px; }Change the ’12’ to be what you want. And here are some resources for learning CSS:
And you can find some more CSS resources here:
http://en.support.wordpress.com/custom-design/custom-css/#css-help
-
-
- The topic ‘Customising my static front page & removing the primary header’ is closed to new replies.