Archived topic
reset template customize
5 replies · Started by Craig on February 9, 2022
Hi
I am using the Prime tempelate.
Is there any way to reset all the settings in the Customize as to how they were when the theme was first downloaded and installed?
I don't want to delete the theme as I have already set up my Woocommerce to pull an API
Thanks
Hi there,
1. Theme settings can be reset in Dashboard > Appearance > GeneratePress
2. Delete any CSS imported by the Prime Site in Customizer > Additional CSS
3. Delete any Elements ( Appearance > Elements ) and Pages/Posts imported by the Prime Site.
Thanks David
I reset the customizer and then reinstalled the theme but it did not solve my problem.
The problem is on mobile.
1/ The search bar does not fit on the screen at the top by the logo - it goes off to the right
2/ When you scroll on the page about 1/8th of the way from the bottom of the page there is a line on the screen.
Can you assist with this?
Thanking you
Craig
1. Try adding this CSS:
@media (max-width: 768px) {
.inside-header {
flex-wrap: wrap;
}
.inside-header .woo-search {
margin-left: 0;
margin-top: 10px;
}
}
2. Can you share a screenshot of this ?
Thanks so much, David that CSS worked.
As it turns out that line was the scroll bar to scroll across to see the search box. The CSS fixed both issues.
Thanks so much
Glad to hear that!