@ Jessica
RE: it is at all possible to have a search bar on the main home page? Similar to the attached image. If so, can you please explain the best way to go about this.
Not exactly as shown in the attached screenshot.
I do have an advanced search addon available to those who purchase either the pro pack or extension pro pack and request it. It’s not generally available due to it being a complex to setup, so I do offer setup as a service. If you know shortcodes well, it is really not that difficult. I can provide it and instruction if you purchase one of these those bundles. You can see an enable of it running on this live 3rd party site:
RE: We would also like to know if it’s possible to centre the main menu we have accross the top?
Are you asking about the theme’s top navigation menu??? If you are, you ‘have to ask the theme’s support.
RE: Regarding the font size of the listings, are we able to also make this larger? If so, do you have a code to do so?
Sure you can use CSS to make the font size any size that you wish.
Here’s some sample CSS, add it to the theme’s custom CSS area.
#cn-cmap .fn {
font-size: 20px
}
#cn-cmap .cn-entry {
font-size: 16px;
}
You might have to add the !important flag.
