Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tezar

    (@tezar)

    Ok it is works!!
    Before I did changed bad file (wp-content/themes/store/assets/theme-styles/css/).
    Good directory path is: /wp-content/themes/store/assets/css/

    thank you for solution!

    Thread Starter tezar

    (@tezar)

    This solution not work in my site maybe I don’t understand:
    In my file default.css (because I use blue skin) I edit that:

    Before:
    #site-navigation ul li ul.children,#site-navigation ul li ul.sub-menu{background:#582a1c;top:52px;display:block;transition:0.4s all ease;-webkit-transition:0.4s all ease;-moz-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;perspective:1000;-webkit-perspective:1000;-ms-transform-origin:top;transform-origin:top;-webkit-transform-origin:top;transform:perspective(350px) rotateX(-90deg);-webkit-transform:perspective(350px) rotateX(-90deg);-moz-transform:perspective(350px) rotateX(-90deg)}

    After:
    #site-navigation ul li ul.children,#site-navigation ul li ul.sub-menu{background:#582a1c;top:52px;display:block;transition:0.4s all ease;-webkit-transition:0.4s all ease;-moz-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;perspective:1000;-ms-transform-origin:top;transform-origin:top;-webkit-transform-origin:top;transform:perspective(350px) rotateX(-90deg);-webkit-transform:perspective(350px) rotateX(-90deg);-moz-transform:perspective(350px) rotateX(-90deg)}

    • This reply was modified 8 years, 3 months ago by tezar.
    • This reply was modified 8 years, 3 months ago by tezar.
    Thread Starter tezar

    (@tezar)

    I can’t find this. With file is it?

Viewing 3 replies - 1 through 3 (of 3 total)