Okay
  Public Ticket #747536
Blurry off canvas menu
Closed

Comments

  • Silvan Falchi started the conversation

    Hi,

    My off-canvas menu is blurry in Chrome? How do I fix it!

    Grtz

  • Silvan Falchi replied

    Never mind.. 


    Fixed in your last update!

  • [deleted] replied

    I'm having this issue. It happens when the window screen is not full width and shows the off canvas menu. There is no issue on mobile. I've already updated it to the latest one. The link is at: http://doctorstoyou.com/

  •  8,996
    Tahir replied

    @Pauline,

    Could you please go through this checklist quickly so we can rule out common issues https://themenectar.ticksy.com/article/5032/ .

    Best.


    ThemeNectar Support Team 

  • [deleted] replied

    I went through the list and am still seeing the blurriness.

  •  8,996
    Tahir replied

    Hey Again,

    This issue is likely caused by malformed html added on the page . A quick fix is to add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .blurred-wrap.blurred {
        -webkit-filter: blur(0px) !important;
        -moz-filter: blur(0px) !important;
        -o-filter: blur(0px) !important;
        -ms-filter: blur(0px) !important;
        filter: blur(0px) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • [deleted] replied

    Thank you for the quick response! I added it to the CSS and it fixed it, is there any way that it can be higher? The user would have to scroll down quite a bit before seeing the menu.

  •  8,996
    Tahir replied

    Hey Again,

    Try adjusting the Line Height of the Off Canvas Menu field in Salient Theme Options Panel -> Typography Section .

    Best.


    ThemeNectar Support Team 

  • [deleted] replied

    I'm having no issues now, thank you!