Hi Peter,
Let me try to answer your questions accordingly.
#1 I believe you’re referring to the “Advanced Search” custom filters https://wpgeodirectory.com/docs/gd-search/#custom
#2 Not sure what you mean by this. Could you provide some screenshots?
#3 You can use the custom CSS code below to change the font size and color
#primary-nav ul li a {
font-size: 19px;
color:#000;
}
and use this to create a button
.sd-common #primary-nav ul li:nth-child(3) a {
font-size: 19px;
color:red;
padding:5px;
background-color:blue;
}
#4 Which example?
#5 Just remove the widget
#6 Use this custom CSS to change the footer fonts.
.copyright .container p,
.copyright .container a{
color:red;
font-size:19px;
}
#7 Do you mean you want to replace the feature image with a slider? That would require customization.
Thanks!