Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #926595

    Hey isarcolor,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #926626

    Hi,

    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,
    Yigit

    #927260

    Thanks for help!

    I have change the css, but i can´t still the icon…

    Do you can see it?

    #927436

    Hey!

    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!
    Yigit

    #927545
    This reply has been marked as private.
    #927551

    Hey!

    Credentials did not work for me. Could you please check them once again?

    Cheers!
    Yigit

    #927724

    oh sorry,

    • This reply was modified 6 years, 8 months ago by Basilis. Reason: moved to private
    #928478

    Hi,
    I was unable to get to the login page, is the link in the Private Content area correct?
    Are you geo blocking?

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Search Icon not visible’ is closed to new replies.