• Resolved sudus

    (@sudus)


    Hello,

    I have edited most of what I need with the help of this forum, but there’s still one thing I have issues with: on mobile, just behind the “Menu” title, I still have the bright pink color in the very center of the page. Here’s what it looks like:

    https://prntscr.com/jmfkmh

    How would I change this, for mobile specifically? All is fine on desktop.

    Thank you!

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

    Please share the site url so we cam provide you custom css as per the need.

    Kind regards,

    Manoj

    Thread Starter sudus

    (@sudus)

    Thank you, is there a way to send it privately?

    Hello Sudus,

    I don’t think there is a way to send the link privately.

    Kind Regards,

    Manoj

    Thread Starter sudus

    (@sudus)

    I am not comfortable sending the link on a public forum… how can I send it to you then? Or maybe you could send some code for me to try, and it would solve the issue?

    Thread Starter sudus

    (@sudus)

    Please let me know how we could go about solving this.

    Thank you!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi @sudus, add this to your custom CSS and adjust the color code as desired.

    .main-navigation {
        background-color: #f25f70;
    }
    Thread Starter sudus

    (@sudus)

    Thank you for your reply. I already have this code in the “Additional CSS” and it did work well on desktop and the majority of the background on mobile – however, on mobile, there’s still that bright red square in the middle – https://prntscr.com/jmfkmh. This code changes most of the background color but not the center for some reason.

    Please advise – thank you!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    @sudus, add this to your custom CSS and then edit the color as desired.

    .menu-toggle {
      background: lime;
    }
    Thread Starter sudus

    (@sudus)

    This worked! Thank you so much!!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Original navigation bar color still showing on mobile’ is closed to new replies.