Home › Forums › Jevelin Theme › Remove Click here to asign menu
Home › Forums › Jevelin Theme › Remove Click here to asign menu
Hi Support, how can I remove the text “Click here to asign menu” on mobile for the blog theme? Thanks.
Hi @pzl,
Thank you for your question.
Could you please share me your site URL where it’s displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
There you go. Thank you so much!
Solution for this topic
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#header-navigation-mobile { display: none; }
That works perfectly. Thank you so much!
You are most welcome here š