Hi
Yay 🙂
Go to Appearance -> Menus and uncheck the “Footer Navigation” from Menu Settings and click Save.
Thanks
It wasn’t checked to begin with. There is also no menu selected for that section.
Any other ideas? 🙂
Hi
Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS
#footer_menu .menu{
display:none;
}
Thanks
Thanks, that worked. Will that code persist through updates?
New issue: there’s no pagination on my blog page (valisemag.com/blog)
Also, it’s showing the featured image at the top of each post… how do I turn that off?
These were all things I had solved in the lite version, not sure what turned them all back on during the upgrade 🙁
Hi
1. If you insert your custom css in Appearance -> Customize -> Custom Code -> Custom CSS, it’s update proof. It will be there even after you update the theme to latest version.
2. Pagination fix – Insert this in custom CSS
.ast_pagenav .page-numbers {
display:inline-block;
}
3. You can turn off featured image from Appearance -> Customize -> Post & Page -> Post Settings and turn off “Show Featured Image”
Since you are a pro user you can avail your premium support from Optimizer Premium Support Forum:
https://optimizerwp.com/support/theme/optimizer/
Thanks