Custom Mobile Theme

  • Hi,

    Is it possible to change the color of mobile theme menu? By default is blue and I would like to change it.

    Thanks in advanced!

    The blog I need help with is: (visible only to logged in users)

  • Yes. First, go to the Appearance → Themes → Customize → CSS panel and select the option that says, “Include this CSS in the Mobile Theme.” Then add the following custom CSS:

    .mobile-theme .menu-search {
        background: #f00;
    }
    
    .mobile-theme .search-form #s {
    	background: #00f;
    	border: 1px solid #000;
    }

    I used red, blue, and black for the color codes. You should change those values to color codes you choose before saving the custom CSS changes.

  • The topic ‘Custom Mobile Theme’ is closed to new replies.