Hello. You can enter wordpress dashboard and under appearance you have themes. There you can choose any theme you want, ora add new themes. I personally recommend Responsive theme, but be sure to make a child theme to it, that way you will not loose anything when the Theme will be updated.
Best regards.
Indries,
I have a responsive theme, I am having a problem my Pinnacle Theme which was made by Kadence.
Thanks
Hey johnkgibson,
Try adding this to your custom css box in Theme Options > Custom CSS:
.kad-primary-nav ul.sf-menu a {
display: none;
}
Just keep in mind if you ever decide to add a menu you will need to remove this css.
Hannah