Small edit help needed
-
Here is a link to my website.
I have been customizing the theme with css.
1. I would like to make the logo (fox) in the top left corner a little bigger. I have tried many ways but it mostly just makes the area itself larger.
2. On our news page, the button that says “View all Posts” is taking me to the home page, but I can’t find the code to change the destination on the button.

Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
For future reference, your premium plan gives you access to live chat support for help with questions like these, via the help icon that appears bottom-right on all the My Site pages.
1. I would like to make the logo (fox) in the top left corner a little bigger.
You can use this:
/* Make site logo bigger */ .site-logo .custom-logo-link .custom-logo { max-height: 100px; }2. On our news page, the button that says “View all Posts” is taking me to the home page, but I can’t find the code to change the destination on the button.
This is a bug with the blog posts list, and is happening because you don’t have a posts page set on the site.
You can set your News page as the posts page, but then that page will show ONLY your posts, i.e. it won’t show the other content you currently have added to that page, like the subscription form.
The other option is to create a completely new page, give it a title but otherwise leave it blank, and don’t add it to your site menu after you publish it.
Next, go to the Customizer at https://fpfarmersmarketcom.wordpress.com/wp-admin/customize.php, and click on Homepage settings. Under the Posts Page label, either select your existing News page, or the new blank page you created. Then save the changes.
Depending on which option you choose, the News link in your menu will then either show all your posts, or it will appear as it does now, but the link should then correctly show a page containing all your posts.
- The topic ‘Small edit help needed’ is closed to new replies.