• Resolved Cesare

    (@cezareluke)


    I wanted to know if it’s possible to change the background color of the menu page on devices (smartphones and tablets), now it is black.

    Thank you very much

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Unfortunately, the mobile menu colors adjusting feature is not available in the FREE version of the product.

    Thread Starter Cesare

    (@cezareluke)

    Ah ok I understand.
    It’s possible to set a different logo for the devices?

    Thank you

    Hello,

    Do you want to set a different logo for mobile device?

    Thread Starter Cesare

    (@cezareluke)

    Hello,
    yes exactly.

    Thank you

    Hello,
    ?
    Please, use this extra CSS code in Customizer -> General Settings -> Additional CSS :

    @media screen and (max-width: 480px) {
    .logo_col.col-xs.col-sm-fit {
    content: url(https://www.yoursite.com/logo)!important;
    width:150px!important;
    background-color: unset!important;
    border: none!important;
    }
    }

    You will need to replace the example value in the content with the url of your desired logo that will appear on mobile.

    Thread Starter Cesare

    (@cezareluke)

    Hello,
    I meant the logo visible by clicking on the menu symbol on the devices.
    It’s possible to set it different from the one on the home page?

    Thank you

    • This reply was modified 2 years, 9 months ago by Cesare.

    Hello,

    For the logo when the mobile menu is opened please use this CSS code:

    @media screen and (max-width: 480px) {
    .logo-holder {
    content: url(https://www.yoursite.com/logo)!important;
    width:150px!important;
    background-color: unset!important;
    border: none!important;
    }
    }

    Thread Starter Cesare

    (@cezareluke)

    Perfect!

    Thank you very much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Page menu color on devices’ is closed to new replies.