This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Missing icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12303
    Tristan BetheTristan Bethe
    Participant

    Hi Ernest,

    Been tweaking to my hearts content and the search is starting to look good. However I noticed the settings,magnifying glass and load animation do not appear when using the search as a menu item in ‘stretched mode’. When I scale the window down so that the hamburger menu appears and click on it, it IS visible.

    See attached image.

    I am using the Atliers theme from SwiftIdeas

    Any ideas?

    #12309
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I believe it’s the 208px line height set from another stylesheet file, on some of the menu elements, and it affects those icons as well.

    This custom CSS should re-set the line height for the search icons, and then they should apper normally:

    [html].probox > * {
    line-height: normal !important;
    }[/html]

    #12312
    Tristan BetheTristan Bethe
    Participant

    Yes it was! Again thanks again for helping with something that is more a customization issue than a bug. Much appreciated. The issue is resolved and can be closed.

    #12313
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Missing icons’ is closed to new replies.