-
AuthorPosts
-
March 14, 2018 at 10:08 am #926514
Hello
i have modifed the header navigation. The last point is the search icon. But it´s not visible. When i change mouse over about the last point i can´t see the icon.
This in enfold defined.
Who can me help me about this issue?
hr- schreinerei.de
Thanks
March 14, 2018 at 1:26 pm #926595Hey isarcolor,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeMarch 14, 2018 at 2:33 pm #926626Hi,
You have following custom CSS code in Quick CSS field
#header_main .main_menu a:before { content: "›"; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
Please change it to following
#header_main .main_menu li.menu-item a:before { content: "›"; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
Best regards,
YigitMarch 15, 2018 at 12:54 pm #927260Thanks for help!
I have change the css, but i can´t still the icon…
Do you can see it?
March 15, 2018 at 4:12 pm #927436Hey!
No, however it is definitely related to your custom CSS. Could you please create temporary WP admin logins and post them here privately so we can look into it?
Cheers!
YigitMarch 15, 2018 at 6:12 pm #927545This reply has been marked as private.March 15, 2018 at 6:20 pm #927551Hey!
Credentials did not work for me. Could you please check them once again?
Cheers!
YigitMarch 15, 2018 at 9:28 pm #927724oh sorry,
- This reply was modified 6 years, 8 months ago by Basilis. Reason: moved to private
March 17, 2018 at 2:40 pm #928478 -
AuthorPosts
- The topic ‘Search Icon not visible’ is closed to new replies.