Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #661649

    Hello,
    I don´t like the menu icon on mobile version and I´m wondering if it´s possible to have a title like MENIU in the left or right side of the icon…like in this image: https://postimg.org/image/t30h2g0tz/
    Thank you.

    #661657

    Hi teotaban!

    Please add to your CSS and let us know if it is working

    #advanced_menu_toggle:after {
    content: “Menu” !important;
    font-size: 10px !important;
    left: 10px;
    position: absolute;
    top: 17px;
    }

    Thanks a lot

    Regards,
    Basilis

    #661896

    Hi Basilis,
    thank you for the code but doesn´t work
    https://postimg.org/image/jx6nwin2p/3b6b61f4/

    #661973

    Hi!

    Can you please try using following code

    
    a#advanced_menu_toggle:before {
        content: 'Menu';
        font-size: 14px;
        top: -7px;
        position: relative;
    }

    If that too does not help, please create a temporary admin login and post it here privately so we can look into it

    Best regards,
    Yigit

    #661986

    Hi Yigit..your code it´s working Thank you very very much.

    #661992

    Hi!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu icon with title on smartphone’ is closed to new replies.