tezar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Store] Problem menuOk 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!
Forum: Themes and Templates
In reply to: [Store] Problem menuThis 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)}Forum: Themes and Templates
In reply to: [Store] Problem menuI can’t find this. With file is it?