Okay
  Public Ticket #2510267
theme options missing
Closed

Comments

  • Federico Modica started the conversation

    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.

  •  1,806
    Support replied

    Hello Federico,

    you will find all theme options under Appearance -> customizer

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Federico Modica replied

    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

  •  1,806
    Support replied

    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

  •   Federico Modica replied privately
  •  1,806
    Support replied

    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