I've installed the theme "Munio" on wordpress, however under "Appearance" is missing "Theme options". I've tried to reinstall the theme and reload the page but nothing happens.
All necessary plugins are activated. I've tried to deactivate and reactivate them but it didn't solve the problem.
Hi,
I've installed the theme "Munio" on wordpress, however under "Appearance" is missing "Theme options". I've tried to reinstall the theme and reload the page but nothing happens.
All necessary plugins are activated. I've tried to deactivate and reactivate them but it didn't solve the problem.
Hello Federico,
you will find all theme options under Appearance -> customizer
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I see, but I want to start building my website from a demo.
How do I upload the demo content if I don't have "Theme options" tab?
I've tried to install it manually from tool<import but it still doesn't work
if you want a snapshot of our demo site we can import the demo data for you. Just send us wp admin access in a private comment.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello,
I imported the demo data somehow the theme's styles got altered by some plugin or hosting
https://prnt.sc/u2a3ek
it should be
border-left: medium none;
but instead it is
border-left: medium 0;
therefore I added in customizer -> additional CSS
@media (min-width: 1025px){
.flexnav li a {
border-left: medium none;
}
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy