Title: Tablet menu background
Last modified: January 28, 2021

---

# Tablet menu background

 *  [Spets24](https://wordpress.org/support/users/spets24/)
 * (@spets24)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tablet-menu-background/)
 * Hello,
 * I have a problem with the color of the menu background on the tablet view. On
   the mobile and on the computer I can change the color of the menu but on the 
   tablet (ipad) I cannot find how to change the color. It is stays the same as 
   a default -black.
 * _[ redundant link removed ]_
 * Please help
 * Thank you
    Evgenia
    -  This topic was modified 5 years, 3 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftablet-menu-background%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tablet-menu-background/#post-8231302)
 * Hello Evgenia,
 * Please try to use the following CSS code.
 * You can add CSS code to your site with [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
   plugin (just copy CSS code and paste it in **Dashboard → Appearance → Custom 
   CSS** after installing and activating the plugin). Also you can add CSS code 
   directly to `style.css` file of your [child theme](https://codex.wordpress.org/Child_Themes).
 *     ```
       @media only screen and (max-width: 1024px) {
           #masthead {
               background-color: #edcab7;
           }
       }
       ```
   
 * Kind Regards, Roman.
 *  Thread Starter [Spets24](https://wordpress.org/support/users/spets24/)
 * (@spets24)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tablet-menu-background/#post-8233454)
 * Thank you very much!! It works!!
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tablet-menu-background/#post-8233733)
 * You are welcome Evgenia!
 * And have a nice day 🙂
 * Kind Regards, Roman.
 *  Thread Starter [Spets24](https://wordpress.org/support/users/spets24/)
 * (@spets24)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tablet-menu-background/#post-8234433)
 * One more question Roman,
 * On the computer the background menu color seams to be transparent and the header
   image can be viewed all the time.
 * On the mobile and tablet version the header menu covers the header image. Could
   you tell me how to make it the same as on the computer?
 * thank you in advance
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/tablet-menu-background/#post-8235309)
 * Hello Evgenia,
 * It’s the way **Sydney** theme works. Modifying requires some coding and testing
   on different screen resolutions.
 * However, you can hire someone to do this.
 * Kind Regards, Roman.

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

The topic ‘Tablet menu background’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.67/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

## Tags

 * [tablet view](https://wordpress.org/support/topic-tag/tablet-view/)

 * 5 replies
 * 0 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/tablet-menu-background/#post-8235309)
 * Status: not resolved