I am speaking about the front page. Thanks for the reply – it is unfortunate that this setting can not be changed. I am finding the Ixion theme more and more rigid and inflexible – perhaps I will switch the site to a new theme. Thanks again for the feedback.
Thanks, but this does not work. This is already set to show 10 posts, but as mentioned, only 5 are shown. I am not sure if it is because this is set to show a static home page or not, but the setting did not fix the issue.
OK, I think I have figured out how to change the title. I added the following to additional CSS:
.page-title, .recent-posts-title {
font-size: 0;
}
.page-title, .recent-posts-title:after {
content: “Upcoming Events”;
font-size: 35px;
}
I still need help in configuring how many events (posts) display. I would like to have more than 5.