Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #467655

    Hi guys,

    I would like to change to icon of the main menu on the mobile version of the website (Please see the image: http://postimg.org/image/uvnyvavub/)
    I would like insted of the symbol of the menu to be written MAIN MENU with big letters as now it is very small and people do not see it, so they can not explore the full website: http://waterworldwaterpark.com/

    Please help.

    Thank you in advance
    George

    #468142

    Hey SpaceDream!

    Try adding this to your custom CSS.

    #advanced_menu_toggle:before {
      content: "MAIN MENU";
      font-size: 12px;
      font-family: arial;
      display: block;
      line-height: 15px;
      padding-top: 5px;
    }

    Is that what your trying to do?

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.