Title: Question mark on mobile menu button
Last modified: August 24, 2016

---

# Question mark on mobile menu button

 *  Resolved [MMQz](https://wordpress.org/support/users/mmqz/)
 * (@mmqz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/question-mark-on-mobile-menu-button/)
 * Hi,
 * thanks for the nice theme. I’ve got two questions.
 * 1. I’ve made a child theme. In this child theme, when I switch to mobile view,
   the menu button shows a question mark instead of the hamburger. (when I switch
   to the original theme, this doesn’t happen). What do I do wrong?
 * 2. When I hover over portfolio items (homepage), a white overlay including title
   and excerpt shows up. Only title and excerpt are clickable. How do I make the
   entire white overlay clickable?
 * url [http://www.memoryquiltsbyklasien.nl](http://www.memoryquiltsbyklasien.nl)
 * Thanks in advance for the answer.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/question-mark-on-mobile-menu-button/#post-6029605)
 * Hello,
 * 1. Are you using a different font in your child theme?
 * 2. We will include an option to do it in Portfolio v.1.4.1 which will be released
   maybe even in this week.
 *  Thread Starter [MMQz](https://wordpress.org/support/users/mmqz/)
 * (@mmqz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/question-mark-on-mobile-menu-button/#post-6029607)
 * Thank you for the fast reply.
 * I am indeed using a different font in the child theme. Might this be the cause?
 * Looking forward to the next release 🙂
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/question-mark-on-mobile-menu-button/#post-6029608)
 * I’ve thought that you are using some non-standard font which doesn’t contain 
   the menu icon char, but now I see that you are using Arial, so your issue is 
   caused by a file encoding – please try to save your CSS file in the child theme
   as UTF-8 encoded and please pase again the following fragment:
 *     ```
       .main-navigation:before {
       		border: 1px solid #777;
       		border-radius: 2px;
       		content: "≡ Menu";
       		cursor: pointer;
       		font-family: Arial, sans-serif;
       		font-size: 16px;
       		font-weight: bold;
       		padding: 8px 16px;
       	}
       ```
   
 *  Thread Starter [MMQz](https://wordpress.org/support/users/mmqz/)
 * (@mmqz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/question-mark-on-mobile-menu-button/#post-6029611)
 * Works like a charm! Thanks! Just had to change the ? into a ≡ in the CSS.
 * Looking forward to 1.4.1. Keep up the good work.
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/question-mark-on-mobile-menu-button/#post-6029616)
 * Thank you – when you finish your website based on our theme it would be great
   if you rate our theme here
 *  Thread Starter [MMQz](https://wordpress.org/support/users/mmqz/)
 * (@mmqz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/question-mark-on-mobile-menu-button/#post-6029658)
 * I will 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Question mark on mobile menu button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/gk-portfolio/1.5.3/screenshot.
   png)
 * GK Portfolio
 * [Support Threads](https://wordpress.org/support/theme/gk-portfolio/)
 * [Active Topics](https://wordpress.org/support/theme/gk-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/gk-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/gk-portfolio/reviews/)

## Tags

 * [menu button](https://wordpress.org/support/topic-tag/menu-button/)
 * [on](https://wordpress.org/support/topic-tag/on/)
 * [question mark](https://wordpress.org/support/topic-tag/question-mark/)

 * 6 replies
 * 2 participants
 * Last reply from: [MMQz](https://wordpress.org/support/users/mmqz/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/question-mark-on-mobile-menu-button/#post-6029658)
 * Status: resolved