Title: Optimize mobile view
Last modified: February 12, 2021

---

# Optimize mobile view

 *  [bibiduweb](https://wordpress.org/support/users/bibiduweb/)
 * (@bibiduweb)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/optimize-mobile-view-2/)
 * Hello,
    My site does not look nice on mobiles, therefore I have the following
   questions :
 * – How to change the color of the menu on the mobile view (white on white and 
   it does not show up) ?
    – Is it possible to optimize the mobile view independently,
   e.g. decrease the size of the pictures around “Titus Galerie” in my case, so 
   that it looks better on the mobile ?
 * Thank you in advance for your kind help !
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Foptimize-mobile-view-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/optimize-mobile-view-2/#post-14042982)
 * Hey there,
 * This CSS can change the color of the mobile menu toggle button to black so it
   shows against the white background.
 *     ```
       .toggle-navigation {
         color: #000;
       }
       ```
   
 * [Tracks Pro](https://www.competethemes.com/tracks-pro/) also includes a color
   option for this and 40+ other elements on the site.
 * It is possible to target elements based on the screen size with media queries.
   For instance, this would target an element on screens up to 800px wide:
 *     ```
       @media all and (max-width: 800px) {
   
         .selector {
           property: value;
         }
       }
       ```
   
 * That effectively allows you to make changes for mobile devices only.
 * Since these images are coming from a page builder plugin, I would recommend checking
   if the page builder includes a mobile/responsive option first, and use CSS as
   a backup.

Viewing 1 replies (of 1 total)

The topic ‘Optimize mobile view’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/optimize-mobile-view-2/#post-14042982)
 * Status: not resolved