• 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 3 years, 10 months ago by Jan Dembowski.

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

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

    Please try to use the following CSS code.

    You can add CSS code to your site with 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.

    @media only screen and (max-width: 1024px) {
        #masthead {
            background-color: #edcab7;
        }
    }

    Kind Regards, Roman.

    Thread Starter Spets24

    (@spets24)

    Thank you very much!! It works!!

    You are welcome Evgenia!

    And have a nice day ??

    Kind Regards, Roman.

    Thread Starter Spets24

    (@spets24)

    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

    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.